Ask a question to get started
Enter to send•Shift+Enter new line
on_llm_start( self, serialized: dict[str, Any], prompts: list[str
serialized
dict[str, Any]
The serialized model.
prompts
list[str]
The prompts to start the LLM with.
run_id
UUID
tags
list[str] | None
None
parent_run_id
UUID | None
metadata
dict[str, Any] | None
name
str | None
**kwargs
Any
{}
Start a trace for an LLM run.
The run ID.
The tags for the run.
The parent run ID.
The metadata for the run.
The name of the run.
Additional arguments.