rowboat/apps
glod 793a07904f fix: merge consecutive tool results for Anthropic API compatibility
When the Anthropic API returns multiple parallel tool calls in a single
assistant message, all tool_result blocks must be sent together in the
next message. Previously, each tool result was sent as a separate message,
causing Anthropic's API to reject the request with:
"tool_use ids were found without tool_result blocks immediately after"

This change modifies convertFromMessages() to merge consecutive tool
messages into a single message containing all tool_result content blocks.

Fixes #375
2026-02-17 10:08:09 +01:00
..
cli bootstrap new electron app 2026-01-16 12:05:33 +05:30
docs Update Google setup documentation images with new file paths and replace outdated screenshots 2026-02-10 17:18:47 +05:30
experimental Fix/prebuilt cards updates (#263) 2025-09-16 15:29:48 +05:30
python-sdk update py-sdk docs 2025-08-19 13:35:10 +05:30
rowboat fix react2shell 2025-12-16 14:50:41 +05:30
rowboatx wip-electron 2026-01-16 12:05:33 +05:30
x fix: merge consecutive tool results for Anthropic API compatibility 2026-02-17 10:08:09 +01:00