//! Request/Response translation between OpenAI and Anthropic formats
//!//! Enables using OpenAI client SDK with Claude models by translating
//! request/response formats transparently.
modrequest;modresponse;pubuserequest::translate_openai_to_anthropic;pubuseresponse::translate_anthropic_to_openai;