Ask a question to get started
Enter to send•Shift+Enter new line
Run when the model ends running.
on_llm_end( self, response: LLMResult, *, run_id: UUID, parent_run_id: UUID | None = None, tags: list[str] | None = None, **kwargs: Any = {} ) -> None
response
LLMResult
The response which was generated.
run_id
UUID
The ID of the current run.
parent_run_id
UUID | None
None
The ID of the parent run.
tags
list[str] | None
The tags.
**kwargs
Any
{}
Additional keyword arguments.