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