fix: ReAct parser (#2330)

This commit is contained in:
yetone
2025-06-25 16:55:10 +08:00
committed by GitHub
parent 46d27ff0fd
commit 07b703dbd5
7 changed files with 577 additions and 50 deletions

View File

@@ -133,8 +133,6 @@ function M.func(opts, on_log, on_complete, session_ctx)
local is_streaming = opts.streaming or false
if is_streaming then return end
session_ctx.prev_streaming_diff_timestamp_map = session_ctx.prev_streaming_diff_timestamp_map or {}
local current_timestamp = os.time()
if is_streaming then