Class DashScopeAgentApi
java.lang.Object
com.alibaba.cloud.ai.dashscope.api.DashScopeAgentApi
- Since:
- 1.0.0-M2
- Author:
- linkesheng.lks
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Constructor Summary
ConstructorsConstructorDescriptionDashScopeAgentApi(String apiKey) DashScopeAgentApi(String apiKey, String workSpaceId) DashScopeAgentApi(String baseUrl, String apiKey, String workSpaceId) DashScopeAgentApi(String baseUrl, String apiKey, String workSpaceId, org.springframework.web.client.RestClient.Builder restClientBuilder, org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder, org.springframework.web.client.ResponseErrorHandler responseErrorHandler) DashScopeAgentApi(String baseUrl, String apiKey, org.springframework.web.client.RestClient.Builder restClientBuilder, org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder, org.springframework.web.client.ResponseErrorHandler responseErrorHandler) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DashScopeAgentApi.DashScopeAgentResponse>reactor.core.publisher.Flux<DashScopeAgentApi.DashScopeAgentResponse>
-
Constructor Details
-
DashScopeAgentApi
-
DashScopeAgentApi
-
DashScopeAgentApi
-
DashScopeAgentApi
-
DashScopeAgentApi
public DashScopeAgentApi(String baseUrl, String apiKey, String workSpaceId, org.springframework.web.client.RestClient.Builder restClientBuilder, org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder, org.springframework.web.client.ResponseErrorHandler responseErrorHandler)
-
-
Method Details
-
call
public org.springframework.http.ResponseEntity<DashScopeAgentApi.DashScopeAgentResponse> call(DashScopeAgentApi.DashScopeAgentRequest request) -
stream
public reactor.core.publisher.Flux<DashScopeAgentApi.DashScopeAgentResponse> stream(DashScopeAgentApi.DashScopeAgentRequest request)
-