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
): Promise<Run>| Name | Type | Description |
|---|---|---|
outputs* | ChainValues | |
runId* | string | |
_parentRunId | string | |
_tags | string[] | |
kwargs | __type |