You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core/tracers
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>
6 months ago
..
__init__.py docs: modules descriptions (#17844) 7 months ago
base.py core[major]: On Tool End Observation Casting Fix (#18798) 6 months ago
context.py
evaluation.py core[patch]: docstring update (#16813) 7 months ago
langchain.py core: upgrade mypy to recent mypy (#18753) 6 months ago
langchain_v1.py core: upgrade mypy to recent mypy (#18753) 6 months ago
log_stream.py [Core] Patch: rm dumpd of outputs from runnables/base (#18295) 7 months ago
memory_stream.py core[patch]: Replace memory stream implementation used by LogStreamCallbackHandler (#17185) 7 months ago
root_listeners.py core[patch]: docstring update (#16813) 7 months ago
run_collector.py core[patch]: docstring update (#16813) 7 months ago
schemas.py
stdout.py