Uses of Enum
com.azure.ai.openai.responses.models.ResponseTruncation
Packages that use ResponseTruncation
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponseTruncation in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponseTruncationModifier and TypeMethodDescriptionstatic ResponseTruncationResponseTruncation.fromString(String value) Parses a serialized value to a ResponseTruncation instance.CreateResponsesRequest.getTruncation()Get the truncation property: The truncation strategy to use for the model responseResponsesResponse.getTruncation()Get the truncation property: The truncation strategy to use for the model responsestatic ResponseTruncationReturns the enum constant of this type with the specified name.static ResponseTruncation[]ResponseTruncation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.ai.openai.responses.models with parameters of type ResponseTruncationModifier and TypeMethodDescriptionCreateResponsesRequest.setTruncation(ResponseTruncation truncation) Set the truncation property: The truncation strategy to use for the model response