Uses of Class
com.azure.ai.openai.assistants.models.AssistantsNamedToolChoice
Packages that use AssistantsNamedToolChoice
Package
Description
Package containing the data models for Assistants.
-
Uses of AssistantsNamedToolChoice in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return AssistantsNamedToolChoiceModifier and TypeMethodDescriptionstatic AssistantsNamedToolChoice
AssistantsNamedToolChoice.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AssistantsNamedToolChoice from the JsonReader.AssistantsApiToolChoiceOption.getToolChoice()
Gets the tool choice to use.AssistantsNamedToolChoice.setFunction
(FunctionName function) Set the function property: The name of the function to call.Constructors in com.azure.ai.openai.assistants.models with parameters of type AssistantsNamedToolChoiceModifierConstructorDescriptionCreates a new instance of AssistantsApiToolChoiceOption.