Uses of Class
com.azure.ai.openai.models.ChatCompletionsToolSelection
Packages that use ChatCompletionsToolSelection
-
Uses of ChatCompletionsToolSelection in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ChatCompletionsToolSelectionModifier and TypeMethodDescriptionstatic ChatCompletionsToolSelectionChatCompletionsToolSelection.fromBinaryData(com.azure.core.util.BinaryData chatCompletionsToolSelectionJson) Converts a JSON string to aChatCompletionsToolSelection.ChatCompletionsOptions.getToolChoice()Get the toolChoice property: If specified, the model will configure which of the provided tools it can use for the chat completions response.Methods in com.azure.ai.openai.models with parameters of type ChatCompletionsToolSelectionModifier and TypeMethodDescriptionChatCompletionsOptions.setToolChoice(ChatCompletionsToolSelection toolChoice) Set the toolChoice property: If specified, the model will configure which of the provided tools it can use for the chat completions response.