Anthropic::CompactionContent
Inherits JSON::Serializable < Struct < Value < Object
Compaction content block
Returned during auto-compaction of conversation history.
For conversations using confidential compaction, encrypted_content is
returned instead of content. The encrypted blob must be passed back
verbatim on subsequent requests; do not inspect or modify it.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
content
Sourceencrypted_content
Sourcetype
Source