Uses of Class
com.azure.ai.openai.assistants.models.RequiredFunctionToolCallDetails
Packages that use RequiredFunctionToolCallDetails
Package
Description
Package containing the data models for Assistants.
-
Uses of RequiredFunctionToolCallDetails in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return RequiredFunctionToolCallDetailsModifier and TypeMethodDescriptionRequiredFunctionToolCallDetails.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RequiredFunctionToolCallDetails from the JsonReader.RequiredFunctionToolCall.getFunction()
Get the function property: Detailed information about the function to be executed by the tool that includes name and arguments.