Run when the LLM starts running.
handleLLMStart(
_llm: Serialized,
_prompts: string[],
_runId: string,
_parentRunId: string,
_extraParams: Record<string, unknown>,
_tags: string[],
_metadata: Record<string, unknown>,
_name: string
): Promise<void>| Name | Type | Description |
|---|---|---|
_llm* | Serialized | Serialized LLM |
_prompts* | string[] | Prompts passed to the LLM |
_runId* | string | |
_parentRunId | string | |
_extraParams | Record<string, unknown> | |
_tags | string[] | |
_metadata | Record<string, unknown> | |
_name | string |