Home / Function/ on_chain_error_common() — langchain Function Reference

on_chain_error_common() — langchain Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  cb7992ef_d2e6_eda2_1cf9_3c529eb9d9e1["on_chain_error_common()"]
  b46b67ea_0820_a4b9_6da3_4ac83ea72454["BaseFakeCallbackHandlerMixin"]
  cb7992ef_d2e6_eda2_1cf9_3c529eb9d9e1 -->|defined in| b46b67ea_0820_a4b9_6da3_4ac83ea72454
  7481489d_277d_5df1_fa15_e586ef3c443c["on_chain_error()"]
  7481489d_277d_5df1_fa15_e586ef3c443c -->|calls| cb7992ef_d2e6_eda2_1cf9_3c529eb9d9e1
  8a6f8176_168e_ba6c_f910_b47e2ea626a2["on_chain_error()"]
  8a6f8176_168e_ba6c_f910_b47e2ea626a2 -->|calls| cb7992ef_d2e6_eda2_1cf9_3c529eb9d9e1
  style cb7992ef_d2e6_eda2_1cf9_3c529eb9d9e1 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/partners/groq/tests/unit_tests/fake/callbacks.py lines 77–78

    def on_chain_error_common(self) -> None:
        self.errors += 1

Domain

Subdomains

Frequently Asked Questions

What does on_chain_error_common() do?
on_chain_error_common() is a function in the langchain codebase, defined in libs/partners/groq/tests/unit_tests/fake/callbacks.py.
Where is on_chain_error_common() defined?
on_chain_error_common() is defined in libs/partners/groq/tests/unit_tests/fake/callbacks.py at line 77.
What calls on_chain_error_common()?
on_chain_error_common() is called by 2 function(s): on_chain_error, on_chain_error.

Analyze Your Own Codebase

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

Try Supermodel Free