Uses of Class
com.azure.ai.openai.models.ChatCompletionsFunctionToolDefinitionFunction
Packages that use ChatCompletionsFunctionToolDefinitionFunction
-
Uses of ChatCompletionsFunctionToolDefinitionFunction in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return ChatCompletionsFunctionToolDefinitionFunctionModifier and TypeMethodDescriptionChatCompletionsFunctionToolDefinitionFunction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ChatCompletionsFunctionToolDefinitionFunction from the JsonReader.ChatCompletionsFunctionToolDefinition.getFunction()Get the function property: The function definition details for the function tool.ChatCompletionsFunctionToolDefinitionFunction.setDescription(String description) Set the description property: A description of what the function does, used by the model to choose when and how to call the function.ChatCompletionsFunctionToolDefinitionFunction.setParameters(com.azure.core.util.BinaryData parameters) Set the parameters property: The parameters property.Set the strict property: Whether to enable strict schema adherence when generating the function call.Constructors in com.azure.ai.openai.models with parameters of type ChatCompletionsFunctionToolDefinitionFunctionModifierConstructorDescriptionCreates an instance of ChatCompletionsFunctionToolDefinition class.