use Cow;
use JsonSchema;
/// Json wrapper for structured output
///
/// When used with tools, this wrapper indicates that the value should be
/// serialized as structured JSON content with an associated schema.
/// The framework will place the JSON in the `structured_content` field
/// of the tool result rather than the regular `content` field.
;
// Implement JsonSchema for Json<T> to delegate to T's schema