Package com.azure.ai.openai.models
Class ChatCompletionsNamedFunctionToolSelection
java.lang.Object
com.azure.ai.openai.models.ChatCompletionsNamedToolSelection
com.azure.ai.openai.models.ChatCompletionsNamedFunctionToolSelection
public final class ChatCompletionsNamedFunctionToolSelection
extends ChatCompletionsNamedToolSelection
A tool selection of a specific, named function tool that will limit chat completions to using the named function.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ChatCompletionsNamedFunctionToolSelection class. -
Method Summary
Modifier and TypeMethodDescriptionGet the function property: The function that should be called.
-
Constructor Details
-
ChatCompletionsNamedFunctionToolSelection
Creates an instance of ChatCompletionsNamedFunctionToolSelection class.- Parameters:
function- the function value to set.
-
-
Method Details
-
getFunction
Get the function property: The function that should be called.- Returns:
- the function value.
-