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], run_id: UUID | None = None, **kwargs: Any = {} ) -> list[AsyncCallbackManagerForLLMRun]
serialized
dict[str, Any]
The serialized LLM.
prompts
list[str]
The list of prompts.
run_id
UUID | None
None
The ID of the run.
**kwargs
Any
{}
Additional keyword arguments.