Uses of Class
com.azure.ai.openai.assistants.models.AssistantsApiResponseFormatOption
Packages that use AssistantsApiResponseFormatOption
Package
Description
Package containing the data models for Assistants.
-
Uses of AssistantsApiResponseFormatOption in com.azure.ai.openai.assistants.models
Methods in com.azure.ai.openai.assistants.models that return AssistantsApiResponseFormatOptionModifier and TypeMethodDescriptionAssistantsApiResponseFormatOption.fromBinaryData
(com.azure.core.util.BinaryData responseFormatBinaryData) Creates a new instance of AssistantsApiResponseFormatOption based on a JSON string.Assistant.getResponseFormat()
Get the responseFormat property: The response format of the tool calls used by this assistant.AssistantCreationOptions.getResponseFormat()
Get the responseFormat property: The response format of the tool calls used by this assistant.CreateAndRunThreadOptions.getResponseFormat()
Get the responseFormat property: Specifies the format that the model must output.CreateRunOptions.getResponseFormat()
Get the responseFormat property: Specifies the format that the model must output.ThreadRun.getResponseFormat()
Get the responseFormat property: The response format of the tool calls used in this run.UpdateAssistantOptions.getResponseFormat()
Get the responseFormat property: The response format of the tool calls used by this assistant.Methods in com.azure.ai.openai.assistants.models with parameters of type AssistantsApiResponseFormatOptionModifier and TypeMethodDescriptionAssistantCreationOptions.setResponseFormat
(AssistantsApiResponseFormatOption responseFormat) Set the responseFormat property: The response format of the tool calls used by this assistant.CreateAndRunThreadOptions.setResponseFormat
(AssistantsApiResponseFormatOption responseFormat) Set the responseFormat property: Specifies the format that the model must output.CreateRunOptions.setResponseFormat
(AssistantsApiResponseFormatOption responseFormat) Set the responseFormat property: Specifies the format that the model must output.UpdateAssistantOptions.setResponseFormat
(AssistantsApiResponseFormatOption responseFormat) Set the responseFormat property: The response format of the tool calls used by this assistant.