Home / Function/ on_llm_end_common() — langchain Function Reference

on_llm_end_common() — langchain Function Reference

Architecture documentation for the on_llm_end_common() function in fake_callback_handler.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  5f90acda_537c_6ac6_466b_ce8bdc0bed58["on_llm_end_common()"]
  ea671d84_7d08_f3b7_3eb4_b59396ea8e29["BaseFakeCallbackHandlerMixin"]
  5f90acda_537c_6ac6_466b_ce8bdc0bed58 -->|defined in| ea671d84_7d08_f3b7_3eb4_b59396ea8e29
  d48efabc_ce74_cb77_b562_2e634f8ebef3["on_llm_end()"]
  d48efabc_ce74_cb77_b562_2e634f8ebef3 -->|calls| 5f90acda_537c_6ac6_466b_ce8bdc0bed58
  a3881f35_c24e_0cff_1747_af32a77970c3["on_llm_end()"]
  a3881f35_c24e_0cff_1747_af32a77970c3 -->|calls| 5f90acda_537c_6ac6_466b_ce8bdc0bed58
  style 5f90acda_537c_6ac6_466b_ce8bdc0bed58 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/tests/unit_tests/callbacks/fake_callback_handler.py lines 53–55

    def on_llm_end_common(self) -> None:
        self.llm_ends += 1
        self.ends += 1

Domain

Subdomains

Frequently Asked Questions

What does on_llm_end_common() do?
on_llm_end_common() is a function in the langchain codebase, defined in libs/langchain/tests/unit_tests/callbacks/fake_callback_handler.py.
Where is on_llm_end_common() defined?
on_llm_end_common() is defined in libs/langchain/tests/unit_tests/callbacks/fake_callback_handler.py at line 53.
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