Expand description
Model capability registry for determining tool call strategy per model.
Different LLM providers and models support tool calling with varying degrees of native support. This registry maps model identifiers (using glob-style patterns) to capability profiles that inform the orchestrator how to handle tool definitions and tool call extraction.
Structs§
- Model
Capability Profile - Capability profile describing what a model supports.
- Model
Capability Registry - Registry that maps model identifier patterns to capability profiles.
Enums§
- Tool
Call Capability - How a model handles tool calls.