-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversations Updates #1716
Conversations Updates #1716
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to 70e7c57 in 1 minute and 28 seconds
More details
- Looked at
410
lines of code in7
files - Skipped
0
files when reviewing. - Skipped posting
8
drafted comments based on config settings.
1. js/sdk/__tests__/ConversationsIntegrationSuperUser.test.ts:44
- Draft comment:
The parametermessageID
should be consistent with the backend API, which might expectmessage_id
. Please verify and update accordingly. - Reason this comment was not posted:
Comment did not seem useful.
2. js/sdk/__tests__/ConversationsIntegrationSuperUser.test.ts:56
- Draft comment:
The parametermessageID
should be consistent with the backend API, which might expectmessage_id
. Please verify and update accordingly. - Reason this comment was not posted:
Marked as duplicate.
3. js/sdk/__tests__/ConversationsIntegrationSuperUser.test.ts:70
- Draft comment:
The parametermessageID
should be consistent with the backend API, which might expectmessage_id
. Please verify and update accordingly. - Reason this comment was not posted:
Marked as duplicate.
4. js/sdk/__tests__/ConversationsIntegrationSuperUser.test.ts:83
- Draft comment:
The parametermessageID
should be consistent with the backend API, which might expectmessage_id
. Please verify and update accordingly. - Reason this comment was not posted:
Marked as duplicate.
5. js/sdk/__tests__/ConversationsIntegrationSuperUser.test.ts:94
- Draft comment:
The parametermessageID
should be consistent with the backend API, which might expectmessage_id
. Please verify and update accordingly. - Reason this comment was not posted:
Marked as duplicate.
6. js/sdk/__tests__/ConversationsIntegrationSuperUser.test.ts:104
- Draft comment:
The parametermessageID
should be consistent with the backend API, which might expectmessage_id
. Please verify and update accordingly. - Reason this comment was not posted:
Marked as duplicate.
7. js/sdk/src/v3/clients/conversations.ts:116
- Draft comment:
The parametermessageID
should be consistent with the backend API, which might expectmessage_id
. Please verify and update accordingly. - Reason this comment was not posted:
Marked as duplicate.
8. py/core/main/api/v3/conversations_router.py:503
- Draft comment:
Ensure that the parametermessage_id
is consistently used across the codebase, especially in test files wheremessageID
is used. - Reason this comment was not posted:
Marked as duplicate.
Workflow ID: wflow_Z80OQRc0nQ0gmpny
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Incremental review on 2af227d in 11 seconds
More details
- Looked at
12
lines of code in1
files - Skipped
1
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. js/sdk/package.json:3
- Draft comment:
Ensure that the version update to "0.4.7" reflects all the changes made in this PR, including any breaking changes or new features. - Reason this comment was not posted:
Confidence changes required:33%
The version update in package.json is consistent with the changes made in the PR.
Workflow ID: wflow_zjib2PemDIVAJcvb
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Important
Enhance conversations feature with message update functionalities, tests, and remove redundant functions.
ConversationsIntegrationSuperUser.test.ts
.updateMessage
inconversations.ts
to handle optional content and metadata updates.edit_message
inconversations.py
to support partial updates without changing timestamps.update_message_metadata
function fromconversations.py
andmanagement_service.py
.r2rClient.ts
.This description was created by for 2af227d. It will automatically update as commits are pushed.