Home / Function/ on_tool_end_common() — langchain Function Reference

on_tool_end_common() — langchain Function Reference

Architecture documentation for the on_tool_end_common() function in callbacks.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  5815b16e_b93c_3330_4228_6b935956d768["on_tool_end_common()"]
  bd0f558e_4f69_e5aa_d113_623bbeb51c3d["BaseFakeCallbackHandlerMixin"]
  5815b16e_b93c_3330_4228_6b935956d768 -->|defined in| bd0f558e_4f69_e5aa_d113_623bbeb51c3d
  919ee91f_42c6_ba3c_ea0c_1f17cb9a1e0a["on_tool_end()"]
  919ee91f_42c6_ba3c_ea0c_1f17cb9a1e0a -->|calls| 5815b16e_b93c_3330_4228_6b935956d768
  b2d944a6_90a9_7a11_55f6_3a355f0497f1["on_tool_end()"]
  b2d944a6_90a9_7a11_55f6_3a355f0497f1 -->|calls| 5815b16e_b93c_3330_4228_6b935956d768
  style 5815b16e_b93c_3330_4228_6b935956d768 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/core/tests/unit_tests/fake/callbacks.py lines 84–86

    def on_tool_end_common(self) -> None:
        self.tool_ends += 1
        self.ends += 1

Domain

Subdomains

Frequently Asked Questions

What does on_tool_end_common() do?
on_tool_end_common() is a function in the langchain codebase, defined in libs/core/tests/unit_tests/fake/callbacks.py.
Where is on_tool_end_common() defined?
on_tool_end_common() is defined in libs/core/tests/unit_tests/fake/callbacks.py at line 84.
What calls on_tool_end_common()?
on_tool_end_common() is called by 2 function(s): on_tool_end, on_tool_end.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free