Home / Function/ _on_run_update() — langchain Function Reference

_on_run_update() — langchain Function Reference

Architecture documentation for the _on_run_update() function in core.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  8ac37c9a_d4da_4839_bb7f_0b89d7df8d1a["_on_run_update()"]
  70348e44_de0f_ccb4_c06a_8453289ed93e["_TracerCore"]
  8ac37c9a_d4da_4839_bb7f_0b89d7df8d1a -->|defined in| 70348e44_de0f_ccb4_c06a_8453289ed93e
  style 8ac37c9a_d4da_4839_bb7f_0b89d7df8d1a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/core/langchain_core/tracers/core.py lines 565–572

    def _on_run_update(self, run: Run) -> Coroutine[Any, Any, None] | None:
        """Process a run upon update.

        Args:
            run: The updated run.
        """
        _ = run
        return None

Domain

Subdomains

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/core.py.
Where is _on_run_update() defined?
_on_run_update() is defined in libs/core/langchain_core/tracers/core.py at line 565.

Analyze Your Own Codebase

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

Try Supermodel Free