AgentDefinition constructor
const
AgentDefinition({})
Implementation
const AgentDefinition({
required this.agentType,
required this.name,
required this.description,
this.systemPrompt,
this.tools,
this.disallowedTools,
this.model,
this.background = false,
this.isBuiltIn = true,
});