Ask a question to get started
Enter to send•Shift+Enter new line
Run when a chain starts running.
on_chain_start( self, serialized: dict[str, Any], inputs: dict[str, Any], **kwargs: Any = {} ) -> None
serialized
dict[str, Any]
The serialized chain.
inputs
The inputs to the chain.
**kwargs
Any
{}
Additional keyword arguments.