AgentConfigAPIModelOutput constructor

const AgentConfigAPIModelOutput({
  1. String? firstMessage,
  2. String? language,
  3. DynamicVariablesConfig? dynamicVariables,
  4. PromptAgentOutput? prompt,
})

Implementation

const AgentConfigAPIModelOutput({
  this.firstMessage,
  this.language,
  this.dynamicVariables,
  this.prompt,
});