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
-
Constructor Details
-
ChatCompletionsNamedFunctionToolSelection
Creates an instance of ChatCompletionsNamedFunctionToolSelection class.- Parameters:
name- the name value to set.
-
-
Method Details
-
getName
Get the name property: The name of the function that should be called.- Returns:
- the name value.
-