Skip to content
Discussion options

You must be logged in to vote

Thanks for the detailed report. The search tool's error handling is actually working correctly, scraper/reranker failures are caught at every level and always return valid results. The crash is from the model (MiniMax 2.5 via OpenAI-compatible endpoint) returning an empty stream, which pushes undefined into LangGraph's message state. The correlation with search failures is indirect, degraded tool output may trigger this behavior from certain providers.

I'm refactoring this area as part of a different effort, and a guard against empty model streams will be included. Moving to discussion since the root cause is provider-side.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@dabarbarian125
Comment options

Answer selected by dabarbarian125
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #12283 on March 17, 2026 18:22.