Ask a question to get started
Enter to sendā¢Shift+Enter new line
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
output
LLMResult
runId
string
parentRunId
tags
string[]
extraParams
Record<string, unknown>