Class BetaManagedAgentsSessionRetriesExhausted
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionRetriesExhaustedThe turn ended because the retry budget was exhausted (
max_iterationshit or an error escalated toretry_status: 'exhausted').
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSessionRetriesExhausted.BuilderA builder for BetaManagedAgentsSessionRetriesExhausted.
public final classBetaManagedAgentsSessionRetriesExhausted.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsSessionRetriesExhausted.Typetype()final JsonField<BetaManagedAgentsSessionRetriesExhausted.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSessionRetriesExhausted.BuildertoBuilder()final BetaManagedAgentsSessionRetriesExhaustedvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSessionRetriesExhausted.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionRetriesExhausted. -
-
Method Detail
-
type
final BetaManagedAgentsSessionRetriesExhausted.Type type()
-
_type
final JsonField<BetaManagedAgentsSessionRetriesExhausted.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 BetaManagedAgentsSessionRetriesExhausted.Builder toBuilder()
-
validate
final BetaManagedAgentsSessionRetriesExhausted 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 BetaManagedAgentsSessionRetriesExhausted.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionRetriesExhausted.
The following fields are required:
.type()
-
-
-
-