//! Format-agnostic intermediate produced by every inbound translator.
//!
//! Both `server::anthropic::inbound` and `server::openai_chat::inbound`
//! produce a `Translated` value, which `server::fallback` then turns into one
//! agentix `Request` per upstream attempt.
use crateToolDefinition;
use crate;