Structs§
- Session
Store - Maps response_id → accumulated message history for that session.
Codex uses
previous_response_idto continue a conversation; we maintain the full messages[] here so each Chat Completions call is self-contained.
previous_response_id to continue a conversation; we maintain
the full messages[] here so each Chat Completions call is self-contained.