Run when the LLM ends running.
If the includeOutputTokens is set to true, the number of tokens
in the LLM completion are counted for rate limiting.
handleLLMEnd(
output: LLMResult,
_runId: string,
_parentRunId: string,
_tags: string[]
): Promise<void>| Name | Type | Description |
|---|---|---|
output* | LLMResult | LLM result output |
_runId* | string | |
_parentRunId | string | |
_tags | string[] |