Enable streaming for tool call logs
This commit is contained in:
@@ -108,8 +108,8 @@ Event order:
|
||||
|
||||
Tool-enabled streaming notes (`openai`/`xai`):
|
||||
- Stream still emits standard `meta`, `delta`, `done|error` events.
|
||||
- Stream may emit `tool_call` events before final assistant text.
|
||||
- `delta` may arrive as one consolidated chunk after tool execution, rather than many token-level chunks.
|
||||
- Stream may emit `tool_call` events while tool calls are executed.
|
||||
- `delta` events stream incrementally as text is generated.
|
||||
|
||||
## Persistence + Consistency Model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user