AgentConfigAPIModelInput constructor

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

Implementation

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