// src/language_models/providers/anthropic/mod.rs
//! Anthropic Claude API implementation (native API format).
//!
//! Supports extended thinking via the `ThinkingConfig` / `with_thinking()` API.
//! When thinking is enabled, the request includes a `thinking` parameter and
//! the response may contain both "thinking" and "text" content blocks.
pub use ;
pub use ;
pub use AnthropicError;
pub use ;