コンテンツにスキップ

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.