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
  8d34a2df_233f_02ca_ae5e_2f4bbaad922c["on_tool_end_common()"]
  b46b67ea_0820_a4b9_6da3_4ac83ea72454["BaseFakeCallbackHandlerMixin"]
  8d34a2df_233f_02ca_ae5e_2f4bbaad922c -->|defined in| b46b67ea_0820_a4b9_6da3_4ac83ea72454
  adb7d627_4b5e_701f_fa68_e6f6a8cd5e11["on_tool_end()"]
  adb7d627_4b5e_701f_fa68_e6f6a8cd5e11 -->|calls| 8d34a2df_233f_02ca_ae5e_2f4bbaad922c
  0385c9d0_8b8e_b5b8_dc51_af519842fbba["on_tool_end()"]
  0385c9d0_8b8e_b5b8_dc51_af519842fbba -->|calls| 8d34a2df_233f_02ca_ae5e_2f4bbaad922c
  style 8d34a2df_233f_02ca_ae5e_2f4bbaad922c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/partners/groq/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/partners/groq/tests/unit_tests/fake/callbacks.py.
Where is on_tool_end_common() defined?
on_tool_end_common() is defined in libs/partners/groq/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