tpmjs/apps
Ajax Davis 64ee34d35f fix: handle missing tool results in conversation history
AI SDK requires every tool call to have a matching tool result.
When a tool call's result is missing (e.g., due to network error or
interrupted execution), the conversation would break and users couldn't
send new messages.

This fix:
- Builds a set of tool call IDs that have corresponding tool results
- Only includes tool calls in assistant messages that have matching results
- Falls back to text-only content if all tool calls are missing results
2026-01-17 03:15:28 +10:00
..
playground fix: add playground vercel.json and fix build scripts 2026-01-14 04:41:47 +10:00
railway-executor fix(executor): use ephemeral cache dir instead of volume 2026-01-15 09:30:02 +10:00
tutorial fix: enable Biome CSS tailwindDirectives for @apply parsing 2026-01-09 23:35:53 +10:00
web fix: handle missing tool results in conversation history 2026-01-17 03:15:28 +10:00