Home / Function/ on_retry_common() — langchain Function Reference

on_retry_common() — langchain Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  98fd9697_4d7c_7935_c305_ea0174b91e2a["on_retry_common()"]
  b46b67ea_0820_a4b9_6da3_4ac83ea72454["BaseFakeCallbackHandlerMixin"]
  98fd9697_4d7c_7935_c305_ea0174b91e2a -->|defined in| b46b67ea_0820_a4b9_6da3_4ac83ea72454
  53c71e1b_e12d_0b68_c7bd_7843b32996c9["on_retry()"]
  53c71e1b_e12d_0b68_c7bd_7843b32996c9 -->|calls| 98fd9697_4d7c_7935_c305_ea0174b91e2a
  f7248fbf_d5c1_3848_0cbf_94b941957f22["on_retry()"]
  f7248fbf_d5c1_3848_0cbf_94b941957f22 -->|calls| 98fd9697_4d7c_7935_c305_ea0174b91e2a
  style 98fd9697_4d7c_7935_c305_ea0174b91e2a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/partners/groq/tests/unit_tests/fake/callbacks.py lines 66–67

    def on_retry_common(self) -> None:
        self.retries += 1

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free