RunInfo#

class langchain_core.tracers.event_stream.RunInfo[source]#

Information about a run.

This is used to keep track of the metadata associated with a run.

name: str#

The name of the run.

tags: list[str]#

The tags associated with the run.

metadata: dict[str, Any]#

The metadata associated with the run.

run_type: str#

The type of the run.

inputs: NotRequired[Any]#

The inputs to the run.

parent_run_id: UUID | None#

The ID of the parent run.