handleLLMStart(
llm: Serialized,
prompts: string[],
runId: string,
parentRunId: string,
extraParams: | Name | Type | Description |
|---|---|---|
llm* | Serialized | |
prompts* | string[] | |
runId* | string | |
parentRunId | string | |
extraParams | Record<string, unknown> | |
tags | string[] | |
metadata | Record<string, unknown> | |
runName | string |
Called at the start of an LLM or Chat Model run, with the prompt(s) and the run ID.