on_tool_end_common() — langchain Function Reference
Architecture documentation for the on_tool_end_common() function in _utils.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 39399b2d_3cbe_ace5_d4d1_6fe07e027d9f["on_tool_end_common()"] 1f1fcf29_8ad8_638a_150e_be483deb6af3["BaseFakeCallbackHandlerMixin"] 39399b2d_3cbe_ace5_d4d1_6fe07e027d9f -->|defined in| 1f1fcf29_8ad8_638a_150e_be483deb6af3 72971c15_1908_5adb_880f_cb16b936298b["on_tool_end()"] 72971c15_1908_5adb_880f_cb16b936298b -->|calls| 39399b2d_3cbe_ace5_d4d1_6fe07e027d9f style 39399b2d_3cbe_ace5_d4d1_6fe07e027d9f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/partners/anthropic/tests/unit_tests/_utils.py lines 79–81
def on_tool_end_common(self) -> None:
self.tool_ends += 1
self.ends += 1
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does on_tool_end_common() do?
on_tool_end_common() is a function in the langchain codebase, defined in libs/partners/anthropic/tests/unit_tests/_utils.py.
Where is on_tool_end_common() defined?
on_tool_end_common() is defined in libs/partners/anthropic/tests/unit_tests/_utils.py at line 79.
What calls on_tool_end_common()?
on_tool_end_common() is called by 1 function(s): on_tool_end.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free