Uses of Class
com.azure.ai.inference.models.ChatCompletionsToolChoicePreset
Packages that use ChatCompletionsToolChoicePreset
-
Uses of ChatCompletionsToolChoicePreset in com.azure.ai.inference.models
Fields in com.azure.ai.inference.models declared as ChatCompletionsToolChoicePresetModifier and TypeFieldDescriptionstatic final ChatCompletionsToolChoicePreset
ChatCompletionsToolChoicePreset.AUTO
Specifies that the model may either use any of the tools provided in this chat completions request or instead return a standard chat completions response as if no tools were provided.static final ChatCompletionsToolChoicePreset
ChatCompletionsToolChoicePreset.NONE
Specifies that the model should not respond with a tool call and should instead provide a standard chat completions response.static final ChatCompletionsToolChoicePreset
ChatCompletionsToolChoicePreset.REQUIRED
Specifies that the model should respond with a call to one or more tools.Methods in com.azure.ai.inference.models that return ChatCompletionsToolChoicePresetModifier and TypeMethodDescriptionChatCompletionsToolChoicePreset.fromString
(String name) Creates or finds a ChatCompletionsToolChoicePreset from its string representation.Methods in com.azure.ai.inference.models that return types with arguments of type ChatCompletionsToolChoicePresetModifier and TypeMethodDescriptionChatCompletionsToolChoicePreset.values()
Gets known ChatCompletionsToolChoicePreset values.