Ask a question to get started
Enter to send•Shift+Enter new line
on_chat_model_start( self, serialized: dict[str, Any], messages: list[list
serialized
dict[str, Any]
The serialized model.
messages
list[list[BaseMessage]]
The messages.
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.
The parent run ID.
The metadata.
The name.
Additional keyword arguments.