Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,6 @@ def extract_tool_calls_streaming(
if self.valid is not None and not self.valid:
return DeltaMessage(content=delta_text)

# Skip empty chunks
if len(delta_text.strip()) == 0:
return None

try:
delta = None
# Use buffer to accumulate delta_text content
Expand Down
Loading
Loading