{ "items": [ { "llm_response_id": "<string>", "kind": "Condensation", "id": "<string>", "timestamp": "<string>", "source": "environment", "forgotten_event_ids": [ "<string>" ], "summary": "<string>", "summary_offset": 1 } ], "next_page_id": "<string>" }
Search / List local events
Enum for event sorting options.
TIMESTAMP
TIMESTAMP_DESC
Successful Response
This action indicates a condensation of the conversation history is happening.
Show child attributes
Completion or Response ID of the LLM response that generated this event
"Condensation"
Unique event id (ULID/UUID)
Event timestamp
agent
user
environment
The IDs of the events that are being forgotten (removed from the View given to the LLM).
View
An optional summary of the events being forgotten.
An optional offset to the start of the resulting view indicating where the summary should be inserted.
x >= 0
Was this page helpful?