Commit 3f1c855
Fix stale tool-call atom causing spurious retries on OpenAI responses
Clear tool-call-by-item-id* entries before the recursive
base-responses-request! call, not after. The shared atom retained
stale entries that the next response.completed fallback path
would pick up, re-executing already-completed tool calls.
🤖 Generated with [eca](https://eca.dev)
Co-Authored-By: eca <git@eca.dev>1 parent 393a98a commit 3f1c855
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| 280 | + | |
| 281 | + | |
280 | 282 | | |
281 | 283 | | |
282 | 284 | | |
| |||
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
293 | | - | |
294 | | - | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments