_on_run_update() — langchain Function Reference
Architecture documentation for the _on_run_update() function in base.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 47576f63_2b39_4474_05f8_49c1a2deaf53["_on_run_update()"] b3ab8001_c14c_4191_ca53_2dbabc99917f["AsyncBaseTracer"] 47576f63_2b39_4474_05f8_49c1a2deaf53 -->|defined in| b3ab8001_c14c_4191_ca53_2dbabc99917f 9191b24f_a202_df21_16c5_e2608083aef8["_end_trace()"] 9191b24f_a202_df21_16c5_e2608083aef8 -->|calls| 47576f63_2b39_4474_05f8_49c1a2deaf53 a962822f_f5be_755c_cef6_a8eeb2b06eb5["_end_trace()"] a962822f_f5be_755c_cef6_a8eeb2b06eb5 -->|calls| 47576f63_2b39_4474_05f8_49c1a2deaf53 style 47576f63_2b39_4474_05f8_49c1a2deaf53 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/core/langchain_core/tracers/base.py lines 870–871
async def _on_run_update(self, run: Run) -> None:
"""Process a run upon update."""
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does _on_run_update() do?
_on_run_update() is a function in the langchain codebase, defined in libs/core/langchain_core/tracers/base.py.
Where is _on_run_update() defined?
_on_run_update() is defined in libs/core/langchain_core/tracers/base.py at line 870.
What calls _on_run_update()?
_on_run_update() is called by 2 function(s): _end_trace, _end_trace.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free