Expand description
Provider-specific schema renderers.
Each provider has slightly different requirements for tool schemas:
- OpenAI:
{"type": "function", "function": {...}} - Anthropic: Direct object with
input_schemafield - MCP: Direct object with
inputSchema/outputSchema