Skip to main content
Maitai supports OpenAI-style tool calling (tools + tool_choice). In Python, you can define tools either as raw OpenAI tool definitions, or using Maitai’s @tool decorator.

Option A: Raw OpenAI tool definitions