Called at the end of a Chain run, with the outputs and the run ID.
handleChainEnd(
output: ChainValues,
_runId: string,
_parentRunId: string,
_tags: string[],
kwargs: __type
): Promise<void>| Name | Type | Description |
|---|---|---|
output* | ChainValues | |
_runId | string | |
_parentRunId | string | |
_tags | string[] | |
kwargs | __type |