Class CozeChatService
java.lang.Object
com.bytedesk.ai.springai.providers.coze.CozeChatService
@Service
@ConditionalOnProperty(name="bytedesk.coze.enabled",
havingValue="true",
matchIfMissing=false)
public class CozeChatService
extends Object
https://www.coze.cn/open/docs/developer_guides
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.coze.openapi.client.chat.model.ChatPoll
void
ChatStream
(String question, String userID, org.springframework.web.servlet.mvc.method.annotation.SseEmitter emitter) void
ChatWithImage
(String imagePath, String userID)
-
Field Details
-
token
-
botID
-
baseURL
-
-
Constructor Details
-
CozeChatService
public CozeChatService()
-
-
Method Details
-
Chat
-
ChatWithImage
-
ChatStream
-