distill::backends::anthropic_backend¶
Classes¶
| Name | |
|---|---|
| class | distill::backends::anthropic_backend::AnthropicBackend |
Detailed Description¶
Anthropic API backend using the ``anthropic`` Python SDK.
Handles message-format conversion between the OpenAI-style message list
that TeacherClient uses internally and the Anthropic Messages API format
(system as top-level parameter, role restrictions).
Updated on 2026-07-25 at 22:56:57 +0000