| Name | Type | Description |
|---|---|---|
serialized* | dict[str, Any] | The serialized chain. |
inputs* | dict[str, Any] | The inputs for the chain. |
run_id* | UUID | |
tags | list[str] | None | Default: None |
parent_run_id | UUID | None | Default: None |
metadata | dict[str, Any] | None | Default: None |
run_type | str | None | Default: None |
name | str | None | Default: None |
**kwargs | Any | Default: {} |
Start a trace for a chain run.
The run ID.
The tags for the run.
The parent run ID.
The metadata for the run.
The type of the run.
The name of the run.
Additional arguments.