feat: Enhance API and fix deserialization issues#22
feat: Enhance API and fix deserialization issues#22chyroc merged 11 commits intocoze-dev:mainfrom hanzeINGH:feat_impl_new_interface
Conversation
|
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 57 files out of 139 files are above the max files limit of 75. Please upgrade to Pro plan to get higher limits. You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Change-Id: I060512078576f31548771c9524f8167744a20254
Change-Id: Ifc1a210317ec1861b532c4f8fe8df4b68c9402bc
Change-Id: Id4d68193e95f11a077f8f8b7529ce8bf5c2fa97c
Change-Id: I0e5b5f685c95a0d22ecda1525f5b84010f78be5a
Change-Id: Icd657be6a174f745573b3db929ba8b6a57d6b2a1
Change-Id: I847f14f4b47a0c0c1b66196954b689dc157070f9
|
|
||
| <artifactId>coze-api</artifactId> | ||
| <version>0.1.6</version> | ||
| <version>0.1.7</version> |
| Collections.singletonList(Message.buildUserQuestionText("who are you"))) | ||
| .build(); | ||
|
|
||
| Flowable<ChatEvent> events = coze.workflows().chats().stream(req); |
| } | ||
|
|
||
| public static final String VERSION = "0.1.6"; | ||
| public static final String VERSION = "0.1.7"; |
Uh oh!
There was an error while loading. Please reload this page.