Skip to main content

Module providers

Module providers 

Source
Expand description

Provider-specific schema renderers.

Each provider has slightly different requirements for tool schemas:

  • OpenAI: {"type": "function", "function": {...}}
  • Anthropic: Direct object with input_schema field
  • MCP: Direct object with inputSchema/outputSchema

Modulesยง

anthropic
Anthropic tool schema renderer.
mcp
MCP tool schema renderer.
openai
OpenAI function calling schema renderer.