Uses of Class
com.azure.ai.openai.assistants.models.RequiredAction
Packages that use RequiredAction
Package
Description
Package containing the data models for Assistants.
-
Uses of RequiredAction in com.azure.ai.openai.assistants.models
Subclasses of RequiredAction in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
The details for required tool calls that must be submitted for an assistant thread run to continue.Methods in com.azure.ai.openai.assistants.models that return RequiredActionModifier and TypeMethodDescriptionstatic RequiredAction
RequiredAction.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 assistant thread run to continue.