langchain/docs
Mohammad Mohtashim 43db4cd20e
core[major]: On Tool End Observation Casting Fix (#18798)
This PR updates the on_tool_end handlers to return the raw output from the tool instead of casting it to a string. 

This is technically a breaking change, though it's impact is expected to be somewhat minimal. It will fix behavior in `astream_events` as well.

Fixes the following issue #18760 raised by @eyurtsev

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
2024-03-11 10:59:04 -04:00
..
api_reference community[patch], langchain[minor]: Add retriever self_query and score_threshold in DingoDB (#18106) 2024-03-05 15:47:29 -08:00
data 👥 Update LangChain people data (#18473) 2024-03-03 19:58:58 -08:00
docs core[major]: On Tool End Observation Casting Fix (#18798) 2024-03-11 10:59:04 -04:00
scripts infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
src docs[patch]: Update how GA4 is collected (#18821) 2024-03-08 14:32:40 -08:00
static docs[patch]: Update how GA4 is collected (#18821) 2024-03-08 14:32:40 -08:00
.gitignore docs: update func calling doc (#18300) 2024-02-29 09:45:07 -08:00
.local_build.sh
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 2024-03-04 15:14:28 -08:00
babel.config.js
code-block-loader.js
docusaurus.config.js docs: chat menu item as icon (#18806) 2024-03-08 21:00:21 -05:00
package-lock.json
package.json docs[minor]: Add thumbs up/down to all docs pages (#18526) 2024-03-04 15:14:28 -08:00
README.md
settings.ini
sidebars.js
vercel_build.sh
vercel_requirements.txt
vercel.json docs: providers update 4 (#18540) 2024-03-09 13:30:48 -08:00
yarn.lock docs[minor]: Add thumbs up/down to all docs pages (#18526) 2024-03-04 15:14:28 -08:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide