on_tool_error_common() — langchain Function Reference
Architecture documentation for the on_tool_error_common() function in callbacks.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 1fe6bcf1_a171_276e_e262_6f019772e0b9["on_tool_error_common()"] b46b67ea_0820_a4b9_6da3_4ac83ea72454["BaseFakeCallbackHandlerMixin"] 1fe6bcf1_a171_276e_e262_6f019772e0b9 -->|defined in| b46b67ea_0820_a4b9_6da3_4ac83ea72454 965dd422_531a_f683_f87f_8e41c54c391d["on_tool_error()"] 965dd422_531a_f683_f87f_8e41c54c391d -->|calls| 1fe6bcf1_a171_276e_e262_6f019772e0b9 564cb9df_4b2f_4df8_8bdf_488512e6b253["on_tool_error()"] 564cb9df_4b2f_4df8_8bdf_488512e6b253 -->|calls| 1fe6bcf1_a171_276e_e262_6f019772e0b9 style 1fe6bcf1_a171_276e_e262_6f019772e0b9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/partners/groq/tests/unit_tests/fake/callbacks.py lines 88–89
def on_tool_error_common(self) -> None:
self.errors += 1
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does on_tool_error_common() do?
on_tool_error_common() is a function in the langchain codebase, defined in libs/partners/groq/tests/unit_tests/fake/callbacks.py.
Where is on_tool_error_common() defined?
on_tool_error_common() is defined in libs/partners/groq/tests/unit_tests/fake/callbacks.py at line 88.
What calls on_tool_error_common()?
on_tool_error_common() is called by 2 function(s): on_tool_error, on_tool_error.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free