@langchain/ibm@0.1.1
Patch Changes
- #10721
20f27dfThanks @peterzaccha! - fix(langchain-ibm): handle API errors in streaming responses
Fetched May 22, 2026
20f27df Thanks @peterzaccha! - fix(langchain-ibm): handle API errors in streaming responsesFetched May 22, 2026
Fixed streaming of custom tool calls through Responses API chunks, and preserved top-level Responses API IDs on AI messages.
LangChain · LangChain.jsFixed retry handling to catch bare exceptions and set a default of for API calls. Also stabilized integration tests with rate limiting and…
LangChain · LangChain (Python)Fixed reasoning-start deduplication on multi-summary-part responses to prevent xAI 400 errors on continuation requests. Full xAI error deta…
Vercel · AI SDKFixed reasoning-start deduplication on multi-summary-part responses that was causing xAI 400 errors on continuation requests, and surface f…
Vercel · AI SDK