//! Shared constants and utility functions for protocol transforms.
use ;
/// Base64-encoded synthetic thinking signature used when converting `OpenAI`
/// `reasoning_content` to Anthropic thinking blocks.
pub const SYNTHETIC_THINKING_SIGNATURE: &str =
"bGxtLWJyaWRnZS1zeW50aGV0aWMtdGhpbmtpbmctc2lnbmF0dXJl";
pub
pub
pub