Package com.openai.models.beta.responses
Class BetaResponseLocalEnvironment
-
- All Implemented Interfaces:
public final class BetaResponseLocalEnvironmentRepresents the use of a local environment to perform shell actions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaResponseLocalEnvironment.BuilderA builder for BetaResponseLocalEnvironment.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()The environment type. final Map<String, JsonValue>_additionalProperties()final BetaResponseLocalEnvironment.BuildertoBuilder()final BetaResponseLocalEnvironmentvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaResponseLocalEnvironment.Builderbuilder()Returns a mutable builder for constructing an instance of BetaResponseLocalEnvironment. -
-
Method Detail
-
_type
final JsonValue _type()
The environment type. Always
local.Expected to always return the following:
JsonValue.from("local")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaResponseLocalEnvironment.Builder toBuilder()
-
validate
final BetaResponseLocalEnvironment 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 BetaResponseLocalEnvironment.Builder builder()
Returns a mutable builder for constructing an instance of BetaResponseLocalEnvironment.
-
-
-
-