Expand description
LLM driver implementation backed by [liter_llm::DefaultClient].
This replaces the legacy ChatCompletionsDriver and ResponsesDriver with a
single unified driver that handles all 142+ providers via liter-llm’s provider
abstraction, including tool-call normalization across Anthropic, Google, Mistral,
and all OpenAI-compatible APIs.
Structs§
- Liter
LlmDriver - LLM driver powered by liter-llm’s
DefaultClient.