콘텐츠로 이동

OpenAIResponsesCompactionDecisionContext

이 콘텐츠는 아직 번역되지 않았습니다.

type OpenAIResponsesCompactionDecisionContext = object;
compactionCandidateItems: AgentInputItem[];

Items considered compaction candidates (excludes user and compaction items). The array must not be mutated.


responseId: string | undefined;

The response.id from a completed OpenAI Responses API turn, if available.


sessionItems: AgentInputItem[];

All stored items retrieved from the underlying session, if available. The array must not be mutated.