pub fn cbor_encode_response<T: Serialize>(
val: &T,
_default_language: &str,
) -> Vec<RawToolEvent>Expand description
Encode a serializable value as CBOR and wrap it as a stream event.
Called by [IntoToolResponseViaSerialize]’s blanket impl and available
as a direct helper for generated code.