Uses of Class
com.azure.ai.agents.persistent.models.RequiredAction
Packages that use RequiredAction
Package
Description
Package containing the data models for Agents.
-
Uses of RequiredAction in com.azure.ai.agents.persistent.models
Subclasses of RequiredAction in com.azure.ai.agents.persistent.modelsModifier and TypeClassDescriptionfinal classThe details for required tool calls that must be submitted for an agent thread run to continue.Methods in com.azure.ai.agents.persistent.models that return RequiredActionModifier and TypeMethodDescriptionstatic RequiredActionRequiredAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RequiredAction from the JsonReader.ThreadRun.getRequiredAction()Get the requiredAction property: The details of the action required for the agent thread run to continue.