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: Record<string, unknown>,
tags: string[],
metadata: Record<string, unknown>,
runName: string
): any