fix(llm): cap the tool calls one assistant response may queue

This commit is contained in:
Ahmed Allam
2026-08-06 00:06:49 +03:00
committed by Ahmed Allam
parent 68ea6fca65
commit da6765f608
7 changed files with 292 additions and 21 deletions
+1
View File
@@ -237,6 +237,7 @@ ignore = [
"tests/test_codex_streaming.py" = ["N802"]
"tests/test_disable_streaming.py" = ["N802"]
"tests/test_tool_call_ids.py" = ["N802"]
"tests/test_tool_call_limits.py" = ["N802", "SLF001"]
"tests/test_unknown_tool_recovery.py" = ["N802"]
"tests/test_report_pdf.py" = ["S105", "S106"]
# Stdlib HTTP handler overrides (do_GET/do_POST) and lazy imports that avoid a