Uses of Class
com.azure.ai.openai.assistants.models.ApiResponseFormat
Packages that use ApiResponseFormat
Package
Description
Package containing the data models for Assistants.
-
Uses of ApiResponseFormat in com.azure.ai.openai.assistants.models
Fields in com.azure.ai.openai.assistants.models declared as ApiResponseFormatModifier and TypeFieldDescriptionstatic final ApiResponseFormat
ApiResponseFormat.JSON_OBJECT
Using `json_object` format will limit the usage of ToolCall to only functions.static final ApiResponseFormat
ApiResponseFormat.JSON_SCHEMA
Using `json_schema` format will ensure the model matches the supplied JSON schema.static final ApiResponseFormat
ApiResponseFormat.TEXT
`text` format should be used for requests involving any sort of ToolCall.Methods in com.azure.ai.openai.assistants.models that return ApiResponseFormatModifier and TypeMethodDescriptionstatic ApiResponseFormat
ApiResponseFormat.fromString
(String name) Creates or finds a ApiResponseFormat from its string representation.AssistantsApiResponseFormat.getType()
Get the type property: Must be one of `text`, `json_object` or `json_schema` .AssistantsApiResponseFormatJsonObject.getType()
Get the type property: Must be one of `text`, `json_object` or `json_schema` .AssistantsApiResponseFormatJsonSchema.getType()
Get the type property: Must be one of `text`, `json_object` or `json_schema` .AssistantsApiResponseFormatText.getType()
Get the type property: Must be one of `text`, `json_object` or `json_schema` .Methods in com.azure.ai.openai.assistants.models that return types with arguments of type ApiResponseFormatModifier and TypeMethodDescriptionstatic Collection
<ApiResponseFormat> ApiResponseFormat.values()
Gets known ApiResponseFormat values.Constructors in com.azure.ai.openai.assistants.models with parameters of type ApiResponseFormatModifierConstructorDescriptionCreates an instance of AssistantsApiResponseFormat class.