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 LLM.
messages
list[list[BaseMessage]]
The list of messages.
run_id
UUID | None
None
**kwargs
Any
{}
Run when chat model starts running.
The ID of the run.
Additional keyword arguments.