Package com.openai.models.responses
Class ResponseLocalEnvironment
-
- All Implemented Interfaces:
public final class ResponseLocalEnvironmentRepresents the use of a local environment to perform shell actions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponseLocalEnvironment.BuilderA builder for ResponseLocalEnvironment.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()The environment type. final Map<String, JsonValue>_additionalProperties()final ResponseLocalEnvironment.BuildertoBuilder()final ResponseLocalEnvironmentvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseLocalEnvironment.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseLocalEnvironment. -
-
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 ResponseLocalEnvironment.Builder toBuilder()
-
validate
final ResponseLocalEnvironment 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 ResponseLocalEnvironment.Builder builder()
Returns a mutable builder for constructing an instance of ResponseLocalEnvironment.
-
-
-
-