public interface WorkflowChatAPI
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<okhttp3.ResponseBody> |
stream(WorkflowChatReq req,
BaseReq baseReq) |
@POST(value="/v1/workflows/chat")
@Streaming
retrofit2.Call<okhttp3.ResponseBody> stream(@Body
WorkflowChatReq req,
@Tag
BaseReq baseReq)
Copyright © 2025. All rights reserved.