Uses of Class
com.azure.ai.openai.assistants.models.FunctionName
Packages that use FunctionName
Package
Description
Package containing the data models for Assistants.
-
Uses of FunctionName in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return FunctionNameModifier and TypeMethodDescriptionstatic FunctionName
FunctionName.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionName from the JsonReader.AssistantsNamedToolChoice.getFunction()
Get the function property: The name of the function to call.Methods in com.azure.ai.openai.assistants.models with parameters of type FunctionNameModifier and TypeMethodDescriptionAssistantsNamedToolChoice.setFunction
(FunctionName function) Set the function property: The name of the function to call.