CustomAgentConfig constructor
const
CustomAgentConfig({})
Implementation
const CustomAgentConfig({
required this.name,
this.displayName,
this.description,
this.prompt,
this.tools,
this.mcpServers,
this.infer,
});