OpenAI::CompactionSummaryItemParam
Inherits JSON::Serializable < Reference < Object
A compaction item generated by the v1/responses/compact API.
Constructors
new(pull : JSON::PullParser)
Sourcenew(id : CompactionSummaryItemParamId | Nil = nil, type_value : CompactionSummaryItemParamType = CompactionSummaryItemParamType::Compaction, encrypted_content : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
encrypted_content
Sourceid
Sourceid=(id : CompactionSummaryItemParamId | Nil)
Sourcetype_value=(type_value : CompactionSummaryItemParamType)
The type of the item. Always compaction.
validate!
Source