Uses of Class
com.azure.ai.agents.persistent.models.RequiredFunctionToolCallDetails
Packages that use RequiredFunctionToolCallDetails
Package
Description
Package containing the data models for Agents.
-
Uses of RequiredFunctionToolCallDetails in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.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.