pub fn encode_request(
request: &LlmRequest,
wire_format: WireFormat,
) -> Result<Value>Expand description
Encodes a normalized request into wire_format’s JSON body.
pub fn encode_request(
request: &LlmRequest,
wire_format: WireFormat,
) -> Result<Value>Encodes a normalized request into wire_format’s JSON body.