Any additional info to be injected into the run dynamically.
LangSmithExtra()| Name | Type |
|---|---|
| name | Optional[str] |
| reference_example_id | Optional[ls_client.ID_TYPE] |
| run_extra | Optional[dict] |
| parent | Optional[Union[run_trees.RunTree, str, Mapping]] |
| run_tree | Optional[run_trees.RunTree] |
| project_name | Optional[str] |
| metadata | Optional[dict[str, Any]] |
| tags | Optional[list[str]] |
| run_id | Optional[ls_client.ID_TYPE] |
| client | Optional[ls_client.Client] |
| on_end | Optional[Callable[[run_trees.RunTree], Any]] |
Optional name for the run.
Optional ID of a reference example.
Optional additional run information.
Optional parent run, can be a RunTree, string, or mapping.
Optional run tree (deprecated).
Optional name of the project.
Optional metadata for the run.
Optional list of tags for the run.
Optional ID for the run.
Optional LangSmith client.
Optional callback function to be called after the run ends and is sent.