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_aiis accepted forpydantic-ai). - unknown_
dialect_ message - The message used when a dialect name is unknown.