Uses of Class
com.azure.ai.openai.assistants.models.AssistantsApiResponseFormat
Packages that use AssistantsApiResponseFormat
Package
Description
Package containing the data models for Assistants.
-
Uses of AssistantsApiResponseFormat in com.azure.ai.openai.assistants.models
Subclasses of AssistantsApiResponseFormat in com.azure.ai.openai.assistants.modelsModifier and TypeClassDescriptionfinal class
An object describing expected output of the model as a JSON object.final class
An object describing expected output of the model to match a JSON schema.final class
An object describing expected output of the model as text.Methods in com.azure.ai.openai.assistants.models that return AssistantsApiResponseFormatModifier and TypeMethodDescriptionstatic AssistantsApiResponseFormat
AssistantsApiResponseFormat.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AssistantsApiResponseFormat from the JsonReader.AssistantsApiResponseFormatOption.getFormat()
Gets the format in which the model will handle the return format of a tool call.Constructors in com.azure.ai.openai.assistants.models with parameters of type AssistantsApiResponseFormatModifierConstructorDescriptionCreates a new instance of AssistantsApiResponseFormatOption.