We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1deec68 commit cd617b8Copy full SHA for cd617b8
src/agents/models/chatcmpl_stream_handler.py
@@ -53,7 +53,7 @@ class StreamingState:
53
refusal_content_index_and_output: tuple[int, ResponseOutputRefusal] | None = None
54
reasoning_content_index_and_output: tuple[int, ResponseReasoningItem] | None = None
55
function_calls: dict[int, ResponseFunctionToolCall] = field(default_factory=dict)
56
- # New fields for real-time function call streaming
+ # Fields for real-time function call streaming
57
function_call_streaming: dict[int, bool] = field(default_factory=dict)
58
function_call_output_idx: dict[int, int] = field(default_factory=dict)
59
0 commit comments