Create and add a run to the run map for LLM start events. This must sometimes be done synchronously to avoid race conditions when callbacks are backgrounded, so we expose it as a separate method here.
_createRunForLLMStart(
llm: Serialized,
prompts: string[],
runId: string,
parentRunId: string,
extraParams: KVMap,
tags: string[],
metadata: KVMap,
name: string
): __type| Name | Type | Description |
|---|---|---|
llm* | Serialized | |
prompts* | string[] | |
runId* | string | |
parentRunId | string | |
extraParams | KVMap | |
tags | string[] | |
metadata | KVMap | |
name | string |