Remember Entry
Store a typed memory entry in the session cache.
Accepts a discriminated union of QAEntry, TraceEntry,
FeedbackEntry, or SkillRunEntry and dispatches to the
matching remember path. Session-backed entries require
session_id; SkillRunEntry can persist with or without one.
Response
The returned RememberResult includes entry_type and
entry_id — the qa_id/trace_id returned by the cache
(or the qa_id a feedback was attached to). Use this to chain
feedback to a freshly stored QA.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
JSON body for the typed-entry remember endpoint.
entry is a discriminated union — set type to qa,
trace, feedback, or skill_run and include the
corresponding fields.
A Q&A turn stored in the session cache.
Represents a user question + assistant answer with optional
retrieval context. Dispatched to SessionManager.add_qa.
- QAEntry
- TraceEntry
- FeedbackEntry
- SkillRunEntry
Response
Successful Response
The response is of type Response Remember Entry Api V1 Remember Entry Post · object.