on_chain_end_common() — langchain Function Reference
Architecture documentation for the on_chain_end_common() function in callbacks.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 4df4cce2_2e32_5db2_46c2_7e42edb755d9["on_chain_end_common()"] f0bf147f_92f7_4127_bab5_d25b15399ce6["BaseFakeCallbackHandlerMixin"] 4df4cce2_2e32_5db2_46c2_7e42edb755d9 -->|defined in| f0bf147f_92f7_4127_bab5_d25b15399ce6 4a86c167_b174_4ce6_eff3_62bef1b74fc4["on_chain_end()"] 4a86c167_b174_4ce6_eff3_62bef1b74fc4 -->|calls| 4df4cce2_2e32_5db2_46c2_7e42edb755d9 083b345b_655b_0d0a_f2d4_07e1949f6cba["on_chain_end()"] 083b345b_655b_0d0a_f2d4_07e1949f6cba -->|calls| 4df4cce2_2e32_5db2_46c2_7e42edb755d9 style 4df4cce2_2e32_5db2_46c2_7e42edb755d9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/partners/openai/tests/unit_tests/fake/callbacks.py lines 73–75
def on_chain_end_common(self) -> None:
self.chain_ends += 1
self.ends += 1
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does on_chain_end_common() do?
on_chain_end_common() is a function in the langchain codebase, defined in libs/partners/openai/tests/unit_tests/fake/callbacks.py.
Where is on_chain_end_common() defined?
on_chain_end_common() is defined in libs/partners/openai/tests/unit_tests/fake/callbacks.py at line 73.
What calls on_chain_end_common()?
on_chain_end_common() is called by 2 function(s): on_chain_end, on_chain_end.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free