Subset: Adapters
Prompt-format adapters (chat, json, xml, baml, two-step).
URI: Adapters
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/dspy
Classes in subset
| Class | Description |
|---|---|
| Adapter | Base class for prompt-format adapters (``dspy |
| AdapterParseError | Raised when an Adapter fails to parse an LM response (``dspy |
| BAMLAdapter | BAML schema-language adapter (``dspy |
| ChatAdapter | Markdown-formatted chat adapter (``dspy |
| JSONAdapter | Structured-JSON adapter (``dspy |
| TwoStepAdapter | Two-step plan + finalize adapter (``dspy |
| XMLAdapter | XML output adapter (``dspy |