on_retry() — langchain Function Reference
Architecture documentation for the on_retry() function in callbacks.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD f7248fbf_d5c1_3848_0cbf_94b941957f22["on_retry()"] 10348507_70e9_81e4_3fb4_4c803e612737["FakeAsyncCallbackHandler"] f7248fbf_d5c1_3848_0cbf_94b941957f22 -->|defined in| 10348507_70e9_81e4_3fb4_4c803e612737 53c71e1b_e12d_0b68_c7bd_7843b32996c9["on_retry()"] 53c71e1b_e12d_0b68_c7bd_7843b32996c9 -->|calls| f7248fbf_d5c1_3848_0cbf_94b941957f22 98fd9697_4d7c_7935_c305_ea0174b91e2a["on_retry_common()"] f7248fbf_d5c1_3848_0cbf_94b941957f22 -->|calls| 98fd9697_4d7c_7935_c305_ea0174b91e2a 53c71e1b_e12d_0b68_c7bd_7843b32996c9["on_retry()"] f7248fbf_d5c1_3848_0cbf_94b941957f22 -->|calls| 53c71e1b_e12d_0b68_c7bd_7843b32996c9 style f7248fbf_d5c1_3848_0cbf_94b941957f22 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/partners/groq/tests/unit_tests/fake/callbacks.py lines 298–303
async def on_retry(
self,
*args: Any,
**kwargs: Any,
) -> Any:
self.on_retry_common()
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does on_retry() do?
on_retry() is a function in the langchain codebase, defined in libs/partners/groq/tests/unit_tests/fake/callbacks.py.
Where is on_retry() defined?
on_retry() is defined in libs/partners/groq/tests/unit_tests/fake/callbacks.py at line 298.
What does on_retry() call?
on_retry() calls 2 function(s): on_retry, on_retry_common.
What calls on_retry()?
on_retry() is called by 1 function(s): on_retry.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free