Package com.azure.ai.openai.models
Class ChatCompletionsFunctionToolDefinition
java.lang.Object
com.azure.ai.openai.models.ChatCompletionsToolDefinition
com.azure.ai.openai.models.ChatCompletionsFunctionToolDefinition
The definition information for a chat completions function tool that can call a function in response to a tool call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ChatCompletionsFunctionToolDefinition class. -
Method Summary
Modifier and TypeMethodDescriptionGet the function property: The function definition details for the function tool.
-
Constructor Details
-
ChatCompletionsFunctionToolDefinition
Creates an instance of ChatCompletionsFunctionToolDefinition class.- Parameters:
function- the function value to set.
-
-
Method Details
-
getFunction
Get the function property: The function definition details for the function tool.- Returns:
- the function value.
-