Uses of Class
com.azure.ai.openai.models.ChatCompletionsToolSelectionPreset
Packages that use ChatCompletionsToolSelectionPreset
-
Uses of ChatCompletionsToolSelectionPreset in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as ChatCompletionsToolSelectionPresetModifier and TypeFieldDescriptionstatic final ChatCompletionsToolSelectionPresetChatCompletionsToolSelectionPreset.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 ChatCompletionsToolSelectionPresetChatCompletionsToolSelectionPreset.NONESpecifies that the model should not respond with a tool call and should instead provide a standard chat completions response.Methods in com.azure.ai.openai.models that return ChatCompletionsToolSelectionPresetModifier and TypeMethodDescriptionChatCompletionsToolSelectionPreset.fromString(String name) Creates or finds a ChatCompletionsToolSelectionPreset from its string representation.Methods in com.azure.ai.openai.models that return types with arguments of type ChatCompletionsToolSelectionPresetModifier and TypeMethodDescriptionChatCompletionsToolSelectionPreset.values()Gets known ChatCompletionsToolSelectionPreset values.