AgentConfigDBModel constructor
const
AgentConfigDBModel({
- String? firstMessage,
- String? language,
- DynamicVariablesConfig? dynamicVariables,
- PromptAgentDBModel? prompt,
Implementation
const AgentConfigDBModel({
this.firstMessage,
this.language,
this.dynamicVariables,
this.prompt,
});