869d3d54f93ed81dee55de8a3973540111d1a36d
- Add parallel_tool_calls: false to searcher agentNode bindTools call so the LLM is forced to execute search tools one at a time (google_search first, then web_read in a separate turn); prompt-level "strict禁止" alone cannot override model-side parallel tool calling behaviour - Remove card_id field from google_search and web_search_deep ui.push props; SearchResultProps does not declare card_id so the field caused TS2769 overload errors; these cards do not need deduplication (each search is a distinct query), while the card_id variables were introduced by a previous commit and are now unused - Clean up unused googleCardId and deepCardId local variables Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
17 MiB
Languages
TypeScript
98%
CSS
1.1%
JavaScript
0.6%
Dockerfile
0.1%