Called at the end of an LLM/ChatModel run, with the output and the run ID.
handleLLMEnd(
output: LLMResult,
runId: string,
parentRunId: string,
tags: string[],
extraParams: Record<string, unknown>
): any| Name | Type | Description |
|---|---|---|
output* | LLMResult | |
runId* | string | |
parentRunId | string | |
tags | string[] | |
extraParams | Record<string, unknown> |