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