Called at the end of a Chain run, with the outputs and the run ID.
handleChainEnd(
outputs: ChainValues,
runId: string,
parentRunId: string,
tags: string[],
kwargs: __type
): any| Name | Type | Description |
|---|---|---|
outputs* | ChainValues | |
runId* | string | |
parentRunId | string | |
tags | string[] | |
kwargs | __type |