Properties
id(string, optional): The unique identifier of the AI agent.name(string, optional): The name of the AI agent.description(string, optional): A description of the AI agent.model(string, optional): The AI model 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 associated with the agent.knowledge_bases(string[], optional): A list of knowledge base IDs associated with the agent.is_active(boolean, optional): Indicates if the agent is active.created_at(string, optional): The timestamp when the agent was created.updated_at(string, optional): The timestamp when the agent was last updated.
