Ask a question to get started
Enter to sendā¢Shift+Enter new line
on_chain_start( self, serialized: dict[str, Any], inputs: dict[str
serialized
dict[str, Any]
The serialized chain.
inputs
The inputs.
run_id
UUID
parent_run_id
UUID | None
None
tags
list[str] | None
metadata
dict[str, Any] | None
**kwargs
Any
{}
Run when a chain starts running.
The ID of the current run.
The ID of the parent run.
The tags.
The metadata.
Additional keyword arguments.