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