Niku and Claude Fable 5
1086038f5f
fix: prevent duplicate tool calls in Responses-to-Chat streaming ( #6225 )
...
When a function call was already registered under its output_index key
via response.output_item.added, the synthetic events built from the
terminal response.completed output carry no output_index and resolve to
a different item-based key. ensureToolForEvent then created a second
tool index and resent the full arguments, so Chat Completions clients
received the same tool call twice.
Reuse the tool registered under itemIDToKey/callIDToKey before creating
a new one, and alias the new key to the existing tool.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com >
2026-07-18 12:50:02 +08:00
..
2026-06-27 17:01:59 +08:00
2025-10-11 15:30:09 +08:00
2026-07-18 12:50:02 +08:00
2025-06-07 12:26:23 +08:00
2026-06-18 16:44:12 +08:00
2026-07-11 20:44:12 +08:00
2026-07-11 13:14:22 +08:00
2026-06-05 11:30:29 +08:00
2026-02-22 23:30:02 +08:00
2026-06-05 11:30:29 +08:00
2026-06-18 20:29:24 +08:00
2026-05-25 23:10:30 +08:00
2026-04-22 22:54:52 +08:00
2026-02-17 18:00:10 +08:00
2026-06-12 23:45:15 +08:00
2026-06-19 16:07:32 +08:00
2026-07-11 20:44:12 +08:00
2026-07-11 20:44:12 +08:00
2026-07-06 14:52:01 +08:00
2025-10-11 15:30:09 +08:00
2026-05-25 23:10:30 +08:00
2026-05-25 23:10:30 +08:00
2026-05-19 12:11:24 +08:00
2026-05-19 12:11:24 +08:00
2026-04-09 22:44:53 +08:00
2025-10-30 21:16:42 +08:00
2026-07-06 14:52:01 +08:00
2026-05-12 21:53:54 +08:00
2026-04-02 16:40:45 +08:00
2026-07-07 12:20:07 +08:00
2026-05-19 12:11:24 +08:00
2025-10-11 15:30:09 +08:00
2026-06-28 14:25:47 +08:00
2026-06-28 14:25:47 +08:00
2026-07-06 14:52:01 +08:00
2026-07-06 14:52:01 +08:00
2026-07-11 13:14:22 +08:00
2026-07-07 12:20:07 +08:00
2026-06-18 17:56:45 +08:00
2026-07-11 20:44:12 +08:00
2026-05-12 16:47:02 +08:00
2025-10-11 15:30:09 +08:00
2025-08-15 16:54:26 +08:00
2026-02-03 17:40:43 +08:00
2026-06-24 19:16:56 +08:00
2026-06-24 17:16:21 +08:00
2026-06-24 17:16:21 +08:00
2026-07-07 21:22:19 +08:00
2026-07-07 21:22:19 +08:00
2026-06-24 20:40:10 +08:00
2026-06-24 20:40:10 +08:00
2025-10-11 15:30:09 +08:00
2026-07-11 22:18:26 +08:00
2026-07-11 22:18:26 +08:00
2026-06-17 16:47:52 +08:00
2026-07-11 22:18:26 +08:00
2026-07-07 12:20:07 +08:00
2025-12-02 21:38:58 +08:00
2025-12-02 21:34:39 +08:00
2026-07-07 12:20:07 +08:00
2025-12-02 21:34:39 +08:00
2026-07-06 14:52:01 +08:00
2026-02-23 22:02:59 +08:00
2026-05-24 16:37:43 +08:00
2026-07-06 14:52:01 +08:00