Class BetaManagedAgentsAgentThreadContextCompactedEvent
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentThreadContextCompactedEventIndicates that context compaction (summarization) occurred during the session.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAgentThreadContextCompactedEvent.BuilderA builder for BetaManagedAgentsAgentThreadContextCompactedEvent.
public final classBetaManagedAgentsAgentThreadContextCompactedEvent.Type
-
Method Summary
-
-
Method Detail
-
processedAt
final OffsetDateTime processedAt()
A timestamp in RFC 3339 format
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_processedAt
final JsonField<OffsetDateTime> _processedAt()
Returns the raw JSON value of processedAt.
Unlike processedAt, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsAgentThreadContextCompactedEvent.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsAgentThreadContextCompactedEvent.Builder toBuilder()
-
validate
final BetaManagedAgentsAgentThreadContextCompactedEvent validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsAgentThreadContextCompactedEvent.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentThreadContextCompactedEvent.
The following fields are required:
.id() .processedAt() .type()
-
-
-
-