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> ): Promise<Run>
output
LLMResult
runId
string
_parentRunId
_tags
string[]
extraParams
Record<string, unknown>