//! Builds outbound Anthropic requests from the canonical request.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
// JSON: protocol boundary — body shape is owned by the models::wire Anthropic
// codec.
use Value;
use ModelLimits;
use anthropic;
use CanonicalRequest;