AgentConfigDBModel constructor

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

Implementation

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