OpenAIResponsesCompactionDecisionContext
此内容尚不支持你的语言。
type OpenAIResponsesCompactionDecisionContext = object;Properties
Section titled “Properties”compactionCandidateItems
Section titled “compactionCandidateItems”compactionCandidateItems: AgentInputItem[];Items considered compaction candidates (excludes user and compaction items). The array must not be mutated.
responseId
Section titled “responseId”responseId: string | undefined;The response.id from a completed OpenAI Responses API turn, if available.
sessionItems
Section titled “sessionItems”sessionItems: AgentInputItem[];All stored items retrieved from the underlying session, if available. The array must not be mutated.