Ask a question to get started
Enter to send•Shift+Enter new line
Run when LLM starts running.
on_chat_model_start( self, serialized: dict[str, Any], messages: list[list[BaseMessage]], **kwargs: Any = {} ) -> None
serialized
dict[str, Any]
The serialized LLM.
messages
list[list[BaseMessage]]
The messages to run.
**kwargs
Any
{}
Additional keyword arguments.