Configuration settings for creating an Agent instance.
const settings: TAgentSettings = { name: "Customer Support Agent", model: "gpt-4", behavior: "You are a helpful customer support representative."}; Copy
const settings: TAgentSettings = { name: "Customer Support Agent", model: "gpt-4", behavior: "You are a helpful customer support representative."};
Optional
Optional behavior description that guides the agent's responses
The mode of the agent
The default model to use for agent responses
The display name for the agent
Explicitly specifies the agent teamId
Configuration settings for creating an Agent instance.
Example