Skip to main content

AfterLLMInput

Defined in the events module.
Input for AfterLLM hooks.

Properties

messages
List
No description available.
response
str
No description available.
model
str
No description available.
tokens_used
int
No description available.
latency_ms
float
No description available.
  • to_dict: Generic utility method.