MCPcopy
hub / github.com/langchain-ai/langchain / RunInfo

Class RunInfo

libs/core/langchain_core/outputs/run_info.py:8–20  ·  view source on GitHub ↗

Class that contains metadata for a single execution of a Chain or model. Here for backwards compatibility with older versions of langchain_core. This model will likely be deprecated in the future. Users can acquire the run_id information from callbacks or via run_id information pr

Source from the content-addressed store, hash-verified

6
7
8class RunInfo(BaseModel):
9 """Class that contains metadata for a single execution of a Chain or model.
10
11 Here for backwards compatibility with older versions of langchain_core.
12
13 This model will likely be deprecated in the future.
14
15 Users can acquire the run_id information from callbacks or via run_id
16 information present in the astream_event API (depending on the use case).
17 """
18
19 run_id: UUID
20 """A unique identifier for the model or chain run."""

Callers 9

_generate_helperMethod · 0.90
generateMethod · 0.90
_agenerate_helperMethod · 0.90
agenerateMethod · 0.90
generateMethod · 0.90
agenerateMethod · 0.90
invokeMethod · 0.90
ainvokeMethod · 0.90
make_final_outputsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected