Create a new AI tool
create_tool
function creates a new AI tool in the system.
name
: Tool name (required)description
: Tool description (required)tool_type
: Type of tool (required)config
: Tool configuration (required)is_active
: Whether tool is active (optional, defaults to true)Result<AiTool>
containing the created tool details.