Uses of Class
com.azure.ai.openai.assistants.models.RequiredToolCall
Packages that use RequiredToolCall
Package
Description
Package containing the data models for Assistants.
-
Uses of RequiredToolCall in com.azure.ai.openai.assistants.models
Subclasses of RequiredToolCall in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
A representation of a requested call to a function tool, needed by the model to continue evaluation of a run.Methods in com.azure.ai.openai.assistants.models that return RequiredToolCallModifier and TypeMethodDescriptionstatic RequiredToolCall
RequiredToolCall.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RequiredToolCall from the JsonReader.Methods in com.azure.ai.openai.assistants.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 assistant thread run to continue.