One streamed chat completion. Forwards assistant text deltas to onText as they arrive and returns the FINAL assistant message (with any accumulated tool_calls). Throws on a non-2xx (the loop reports it to the client).
onText
tool_calls
Optional
One streamed chat completion. Forwards assistant text deltas to
onTextas they arrive and returns the FINAL assistant message (with any accumulatedtool_calls). Throws on a non-2xx (the loop reports it to the client).