IAgentSchema

system: string | string[]

Optional array of system prompts, typically used for tool-calling protocols.

systemStatic: string | string[]

Optional array of system prompts, alias for system

systemDynamic: (clientId: string, agentName: string) => string | string[] | Promise<string | string[]>

Optional dynamic array of system prompts from the callback