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 ChatCompletionsToolChoicePresetChatCompletionsToolChoicePreset.AUTOSpecifies 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 ChatCompletionsToolChoicePresetChatCompletionsToolChoicePreset.NONESpecifies that the model should not respond with a tool call and should instead provide a standard chat completions response.static final ChatCompletionsToolChoicePresetChatCompletionsToolChoicePreset.REQUIREDSpecifies 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.