Skip to content

Commit cd617b8

Browse files
committed
style: refine comment in stream handler
1 parent 1deec68 commit cd617b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/models/chatcmpl_stream_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class StreamingState:
5353
refusal_content_index_and_output: tuple[int, ResponseOutputRefusal] | None = None
5454
reasoning_content_index_and_output: tuple[int, ResponseReasoningItem] | None = None
5555
function_calls: dict[int, ResponseFunctionToolCall] = field(default_factory=dict)
56-
# New fields for real-time function call streaming
56+
# Fields for real-time function call streaming
5757
function_call_streaming: dict[int, bool] = field(default_factory=dict)
5858
function_call_output_idx: dict[int, int] = field(default_factory=dict)
5959

0 commit comments

Comments
 (0)