Represents an AI Tool in Wacht
id
(string, optional): The unique identifier of the AI tool.name
(string, optional): The name of the AI tool.description
(string, optional): A description of the AI tool.type
(string, optional): The type of the AI tool (‘api’, ‘function’, or ‘webhook’).config
(AiToolConfig, optional): The configuration details for the AI tool.is_active
(boolean, optional): Indicates if the tool is active.created_at
(string, optional): The timestamp when the tool was created.updated_at
(string, optional): The timestamp when the tool was last updated.