Skip to main content

build_streaming_body

Function build_streaming_body 

Source
pub fn build_streaming_body(req: &CloudAiRequest) -> Value
Expand description

Build the request body for a streaming Chat Completions call. Same shape as build_body plus stream: true and a stream_options block that asks the server to send a final usage chunk so the caller can report token counts even on streaming responses.