//! Parses Anthropic responses into the canonical response.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
// JSON: protocol boundary — parse shape is owned by the models::wire Anthropic
// codec.
use Value;
use anthropic;
use CanonicalResponse;