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