Uses of Class
com.azure.ai.agents.persistent.models.ResponseFormat
Packages that use ResponseFormat
Package
Description
Package containing the data models for Agents.
-
Uses of ResponseFormat in com.azure.ai.agents.persistent.models
Fields in com.azure.ai.agents.persistent.models declared as ResponseFormatModifier and TypeFieldDescriptionstatic final ResponseFormatResponseFormat.JSON_OBJECTUsing `json_object` format will limit the usage of ToolCall to only functions.static final ResponseFormatResponseFormat.TEXT`text` format should be used for requests involving any sort of ToolCall.Methods in com.azure.ai.agents.persistent.models that return ResponseFormatModifier and TypeMethodDescriptionstatic ResponseFormatResponseFormat.fromString(String name) Creates or finds a ResponseFormat from its string representation.InternalPersistentAgentsResponseFormat.getType()Get the type property: Must be one of `text` or `json_object`.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type ResponseFormatModifier and TypeMethodDescriptionstatic Collection<ResponseFormat> ResponseFormat.values()Gets known ResponseFormat values.Methods in com.azure.ai.agents.persistent.models with parameters of type ResponseFormatModifier and TypeMethodDescriptionInternalPersistentAgentsResponseFormat.setType(ResponseFormat type) Set the type property: Must be one of `text` or `json_object`.