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