Uses of Enum
com.azure.ai.openai.responses.models.ResponsesToolType
Packages that use ResponsesToolType
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesToolType in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesToolTypeModifier and TypeMethodDescriptionstatic ResponsesToolTypeResponsesToolType.fromString(String value) Parses a serialized value to a ResponsesToolType instance.ResponsesComputerTool.getType()Get the type property: The type property.ResponsesFileSearchTool.getType()Get the type property: The type property.ResponsesFunctionTool.getType()Get the type property: The type property.ResponsesTool.getType()Get the type property: The type property.ResponsesWebSearchTool.getType()Get the type property: The type property.static ResponsesToolTypeReturns the enum constant of this type with the specified name.static ResponsesToolType[]ResponsesToolType.values()Returns an array containing the constants of this enum type, in the order they are declared.