Uses of Enum
com.azure.ai.openai.responses.models.ResponsesComputerToolEnvironment
Packages that use ResponsesComputerToolEnvironment
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesComputerToolEnvironment in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesComputerToolEnvironmentModifier and TypeMethodDescriptionResponsesComputerToolEnvironment.fromString(String value) Parses a serialized value to a ResponsesComputerToolEnvironment instance.ResponsesComputerTool.getEnvironment()Get the environment property: The environment property.Returns the enum constant of this type with the specified name.static ResponsesComputerToolEnvironment[]ResponsesComputerToolEnvironment.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.ai.openai.responses.models with parameters of type ResponsesComputerToolEnvironmentModifierConstructorDescriptionResponsesComputerTool(int displayWidth, int displayHeight, ResponsesComputerToolEnvironment environment) Creates an instance of ResponsesComputerTool class.