Skip to content

Commit a17da0b

Browse files
sebstoCopilot
andauthored
Update Sources/Converse/Streaming/ConverseReplyStream.swift
Co-authored-by: Copilot <[email protected]>
1 parent 76898d8 commit a17da0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Converse/Streaming/ConverseReplyStream.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public struct ConverseReplyStream: Sendable {
296296
)
297297
state.bufferToolUse = ""
298298
}
299-
state.currentBlockId = 0
299+
state.currentBlockId = -1
300300
}
301301

302302
// a simple struct to buffer whatever content we receive from the SDK

0 commit comments

Comments
 (0)