Merge pull request #4301 from bnovik0v/fix-4300-missing-tool-lifecycle

Fail missing tool calls cleanly
This commit is contained in:
kompfner
2026-04-27 11:54:43 -04:00
committed by GitHub
3 changed files with 199 additions and 2 deletions

1
changelog/4301.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed missing tool handlers so unregistered tool calls fail with a normal final tool result instead of leaving tool-call state hanging.