Package com.azure.ai.openai.models
Class ChatCompletionsFunctionToolSelection
java.lang.Object
com.azure.ai.openai.models.ChatCompletionsFunctionToolSelection
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 ChatCompletionsFunctionToolSelection class. -
Method Summary
-
Constructor Details
-
ChatCompletionsFunctionToolSelection
Creates an instance of ChatCompletionsFunctionToolSelection 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.
-