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