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
kiarina 8171efd07a
core[patch]: Fix FunctionCallbackHandler._on_tool_end (#22908)
If the global `debug` flag is enabled, the agent will get the following
error in `FunctionCallbackHandler._on_tool_end` at runtime.

```
Error in ConsoleCallbackHandler.on_tool_end callback: AttributeError("'list' object has no attribute 'strip'")
```

By calling str() before strip(), the error was avoided.
This error can be seen at
[debugging.ipynb](https://github.com/langchain-ai/langchain/blob/master/docs/docs/how_to/debugging.ipynb).

- Issue: NA
- Dependencies: NA
- Twitter handle: https://x.com/kiarina37
3 months ago
..
__init__.py docs: modules descriptions (#17844) 7 months ago
_streaming.py core: Tap output of sync iterators for astream_events (#21842) 4 months ago
base.py core[minor]: Add an async root listener and with_alisteners method (#22151) 4 months ago
context.py [Core] Unified Enable/Disable Tracing (#22576) 4 months ago
core.py core[minor]: Add an async root listener and with_alisteners method (#22151) 4 months ago
evaluation.py core[patch]: Add missing type annotations (#22756) 3 months ago
event_stream.py core: In astream_events v2 propagate cancel/break to the inner astream call (#22865) 3 months ago
langchain.py core: tracer: remove numeric execution order (#21220) 5 months ago
langchain_v1.py core[patch[: docstring update (#21036) 5 months ago
log_stream.py core[patch]: fix runnable history and add docs (#22283) 4 months ago
memory_stream.py core[patch]: Check if event loop is closed in memory stream (#21841) 4 months ago
root_listeners.py core[minor]: Add an async root listener and with_alisteners method (#22151) 4 months ago
run_collector.py core[patch]: docstring update (#16813) 8 months ago
schemas.py (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 5 months ago
stdout.py core[patch]: Fix FunctionCallbackHandler._on_tool_end (#22908) 3 months ago