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