pub fn build_streaming_body(req: &CloudAiRequest) -> ValueExpand 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.