Uses of Class
com.alibaba.cloud.ai.dashscope.api.DashScopeResponseFormat
Packages that use DashScopeResponseFormat
Package
Description
-
Uses of DashScopeResponseFormat in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api that return DashScopeResponseFormat -
Uses of DashScopeResponseFormat in com.alibaba.cloud.ai.dashscope.chat
Methods in com.alibaba.cloud.ai.dashscope.chat that return DashScopeResponseFormatMethods in com.alibaba.cloud.ai.dashscope.chat with parameters of type DashScopeResponseFormatModifier and TypeMethodDescriptionDashScopeChatOptions.DashScopeChatOptionsBuilder.responseFormat(DashScopeResponseFormat responseFormat) voidDashScopeChatOptions.setResponseFormat(DashScopeResponseFormat responseFormat) DashScopeChatOptions.DashScopeChatOptionsBuilder.withResponseFormat(DashScopeResponseFormat responseFormat) Deprecated. -
Uses of DashScopeResponseFormat in com.alibaba.cloud.ai.dashscope.spec
Methods in com.alibaba.cloud.ai.dashscope.spec that return DashScopeResponseFormatModifier and TypeMethodDescriptionDashScopeApiSpec.ChatCompletionRequestParameter.responseFormat()Returns the value of theresponseFormatrecord component.Constructors in com.alibaba.cloud.ai.dashscope.spec with parameters of type DashScopeResponseFormatModifierConstructorDescriptionChatCompletionRequestParameter(String resultFormat, Integer seed, Double topP, Integer topK, Double repetitionPenalty, Double presencePenalty, Double temperature, List<Object> stop, Boolean enableSearch, DashScopeApiSpec.SearchOptions searchOptions, DashScopeResponseFormat responseFormat, Boolean incrementalOutput, List<DashScopeApiSpec.FunctionTool> tools, Object toolChoice, Boolean parallelToolCalls, Boolean enableThinking, Integer thinkingBudget, Boolean vlHighResolutionImages, Boolean vlEnableImageHwOutput, DashScopeApiSpec.OCROption ocrOptions, Boolean logprobs, Integer topLogprobs, DashScopeApiSpec.TranslationOptions translationOptions, Boolean stream, Object streamOptions, List<String> modalities, Object audio, Integer maxTokens, Integer maxInputTokens, Object asrOptions, String outputFormat, Map<String, Object> extraBody) Compact constructor that ensures extraBody is initialized as a mutable HashMap when null, enabling @JsonAnySetter to populate it during deserialization.