LangChain Core 0.3.75 adds response body tracing on errors for easier debugging.
$ git clone --branch langchain-core==0.3.75 https://github.com/langchain-ai/langchain.git # already have the repo? check out this version: $ git checkout langchain-core==0.3.75
- ›Traces the response body when an error occurs, giving practitioners visibility into what the model returned at the point of failure.