Uses of Enum
com.azure.ai.openai.responses.models.ResponsesToolChoiceObjectType
Packages that use ResponsesToolChoiceObjectType
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesToolChoiceObjectType in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesToolChoiceObjectTypeModifier and TypeMethodDescriptionResponsesToolChoiceObjectType.fromString(String value) Parses a serialized value to a ResponsesToolChoiceObjectType instance.ResponsesToolChoiceObject.getType()Get the type property: The type property.ResponsesToolChoiceObjectComputer.getType()Get the type property: The type property.ResponsesToolChoiceObjectFileSearch.getType()Get the type property: The type property.ResponsesToolChoiceObjectFunction.getType()Get the type property: The type property.ResponsesToolChoiceObjectWebSearch.getType()Get the type property: The type property.Returns the enum constant of this type with the specified name.static ResponsesToolChoiceObjectType[]ResponsesToolChoiceObjectType.values()Returns an array containing the constants of this enum type, in the order they are declared.