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
tags
list[str] | None
**kwargs
Any
{}
Run when a chain ends running.
The ID of the parent run.
The tags.
Additional keyword arguments.