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