Uses of Class
com.azure.ai.agents.persistent.models.RequiredToolCall
Packages that use RequiredToolCall
Package
Description
Package containing the data models for Agents.
-
Uses of RequiredToolCall in com.azure.ai.agents.persistent.models
Subclasses of RequiredToolCall in com.azure.ai.agents.persistent.modelsModifier and TypeClassDescriptionfinal classA representation of a requested call to a function tool, needed by the model to continue evaluation of a run.Methods in com.azure.ai.agents.persistent.models that return RequiredToolCallModifier and TypeMethodDescriptionstatic RequiredToolCallRequiredToolCall.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RequiredToolCall from the JsonReader.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type RequiredToolCallModifier and TypeMethodDescriptionSubmitToolOutputsDetails.getToolCalls()Get the toolCalls property: The list of tool calls that must be resolved for the agent thread run to continue.