Uses of Record Class
com.alibaba.cloud.ai.dashscope.spec.DashScopeApiSpec.ChatCompletionRequest
Packages that use DashScopeApiSpec.ChatCompletionRequest
-
Uses of DashScopeApiSpec.ChatCompletionRequest in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api with parameters of type DashScopeApiSpec.ChatCompletionRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DashScopeApiSpec.ChatCompletion>DashScopeApi.chatCompletionEntity(DashScopeApiSpec.ChatCompletionRequest chatRequest) Creates a model response for the given chat conversation.org.springframework.http.ResponseEntity<DashScopeApiSpec.ChatCompletion>DashScopeApi.chatCompletionEntity(DashScopeApiSpec.ChatCompletionRequest chatRequest, org.springframework.util.MultiValueMap<String, String> additionalHttpHeader) Creates a model response for the given chat conversation.reactor.core.publisher.Flux<DashScopeApiSpec.ChatCompletionChunk>DashScopeApi.chatCompletionStream(DashScopeApiSpec.ChatCompletionRequest chatRequest) Creates a streaming chat response for the given chat conversation.reactor.core.publisher.Flux<DashScopeApiSpec.ChatCompletionChunk>DashScopeApi.chatCompletionStream(DashScopeApiSpec.ChatCompletionRequest chatRequest, org.springframework.util.MultiValueMap<String, String> additionalHttpHeader) Creates a streaming chat response for the given chat conversation.