Uses of Class
com.azure.ai.openai.models.FunctionDefinition
Packages that use FunctionDefinition
-
Uses of FunctionDefinition in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return FunctionDefinitionModifier and TypeMethodDescriptionFunctionDefinition.setDescription(String description) Set the description property: A description of what the function does.FunctionDefinition.setParameters(Object parameters) Set the parameters property: The parameters the functions accepts, described as a JSON Schema object.Methods in com.azure.ai.openai.models that return types with arguments of type FunctionDefinitionModifier and TypeMethodDescriptionChatCompletionsOptions.getFunctions()Get the functions property: A list of functions the model may generate JSON inputs for.Method parameters in com.azure.ai.openai.models with type arguments of type FunctionDefinitionModifier and TypeMethodDescriptionChatCompletionsOptions.setFunctions(List<FunctionDefinition> functions) Set the functions property: A list of functions the model may generate JSON inputs for.