fix(exec): preserve wait targets across response truncation

This commit is contained in:
KDB
2026-08-01 19:40:36 +08:00
committed by Xubin Ren
parent 39bb20c76b
commit b1030ab131
2 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -660,7 +660,7 @@ class WriteStdinTool(Tool):
close_stdin=close_stdin if first else False,
terminate=terminate if first else False,
yield_time_ms=step_ms,
max_output_chars=max_output_chars,
max_output_chars=MAX_OUTPUT_CHARS,
owner_session_key=current_request_session_key(),
)
first = False