Ask a question to get started
Enter to send•Shift+Enter new line
Run when chain ends running.
on_chain_end( self, outputs: dict[str, Any], *, run_id: UUID, parent_run_id: UUID | None = None, **kwargs: Any = {} ) -> Any
outputs
dict[str, Any]
The outputs of the chain.
run_id
UUID
The ID of the current run.
parent_run_id
UUID | None
None
The ID of the parent run.
**kwargs
Any
{}
Additional keyword arguments.