Request body for creating a new AI Agent
name
(string): The name of the AI agent.description
(string, optional): A description of the AI agent.model
(string): The AI model to be used by the agent.system_prompt
(string, optional): The system prompt for the AI agent.temperature
(number, optional): The temperature setting for the AI model.max_tokens
(number, optional): The maximum number of tokens for the AI model.tools
(string[], optional): A list of tool IDs to associate with the agent.knowledge_bases
(string[], optional): A list of knowledge base IDs to associate with the agent.