TanStack
OSS
ai
Sign in / Sign up
Open main menu
ai
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
fix/null-tool-input-normalization
4ca112f1 Merge 80fb196d8f5b641e3223a74d69dc86b54961eae4 into 4afaa760fdcdd481c27a33dfd57b83acc20a3fa1
9 hours ago
by Alem Tuzlak
A
Failed
fix/null-tool-input-normalization
d3aa797b changeset: fix null tool input normalization
10 hours ago
by Alem Tuzlak
A
Succeeded
fix/null-tool-input-normalization
67ba23a6 fix(ai, ai-openai): normalize null tool input to empty object When a model produces a tool_use block with no input (or literal null), JSON.parse('null') returns null, which fails Zod schema validation and silently kills the agent loop. Normalize null/non-object parsed tool input to {} in four locations: - executeToolCalls(): after JSON.parse of arguments string - ToolCallManager.completeToolCall(): before JSON.stringify of event input - ToolCallManager.executeTools(): replace fragile string comparison - OpenAI adapter: in TOOL_CALL_END emission (matching existing Anthropic fix) Fixes #265
10 hours ago
by Alem Tuzlak
A
Previous page
Previous
Next
Next page