Uses of Class
com.azure.ai.openai.assistants.models.AssistantsApiToolChoiceOption
Packages that use AssistantsApiToolChoiceOption
Package
Description
Package containing the data models for Assistants.
-
Uses of AssistantsApiToolChoiceOption in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return AssistantsApiToolChoiceOptionModifier and TypeMethodDescriptionAssistantsApiToolChoiceOption.fromBinaryData
(com.azure.core.util.BinaryData toolChoiceBinaryData) Deserializes the BinaryData into either type this model holds.CreateAndRunThreadOptions.getToolChoice()
Get the toolChoice property: Controls whether or not and which tool is called by the model.CreateRunOptions.getToolChoice()
Get the toolChoice property: Controls whether or not and which tool is called by the model.ThreadRun.getToolChoice()
Get the toolChoice property: Controls whether or not and which tool is called by the model.Methods in com.azure.ai.openai.assistants.models with parameters of type AssistantsApiToolChoiceOptionModifier and TypeMethodDescriptionCreateAndRunThreadOptions.setToolChoice
(AssistantsApiToolChoiceOption toolChoice) Set the toolChoice property: Controls whether or not and which tool is called by the model.CreateRunOptions.setToolChoice
(AssistantsApiToolChoiceOption toolChoice) Set the toolChoice property: Controls whether or not and which tool is called by the model.