Skip to main content

Module dialects

Module dialects 

Source
Expand description

Named dialect registry: one dispatch table shared by every binding layer (Python, WASM, the CLI) so dialect names can’t drift between them.

Structs§

Dialect
The codec functions for one framework dialect.

Constants§

DIALECTS
Every supported dialect.

Functions§

dialect
Look up a dialect by name (pydantic_ai is accepted for pydantic-ai).
unknown_dialect_message
The message used when a dialect name is unknown.

Type Aliases§

DenialFn
Render a denied call in the framework’s feedback shape.
FilterFn
Filter a tool-definition list by name predicate.
ParseFn
Parse a framework payload into normalized tool calls.