feat: Add message UUIDs to get_messages response (Issue #77)#85
Merged
gusye1234 merged 3 commits intomemodb-io:mainfrom Dec 17, 2025
Merged
feat: Add message UUIDs to get_messages response (Issue #77)#85gusye1234 merged 3 commits intomemodb-io:mainfrom
gusye1234 merged 3 commits intomemodb-io:mainfrom
Conversation
- Added ids field to GetMessagesOutput in Python SDK - EXtract and return message UUIDs in Go converter - Add comprehensive tests for ID extraction and ordering - Verify end-to-end integration with test script This should close issue memodb-io#77
Contributor
Author
|
Forgot to implement TS SDK gonna fix it easily |
- Fix 4 failing tests that were missing ids in mocked responses - All Python SDK tests now pass
Contributor
Author
Additional NotesWhile implementing this feature, I discovered that 4 existing Python SDK tests were missing the new required
All tests now should pass The |
- add ids field to GetMessageOutputSchema - all TS tests pass - Matches Python SDK implementation
Contributor
Author
|
Finished, everything should work @GenerQAQ @gusye1234 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added ids field to GetMessagesOutput in Python SDK
Changes
ids: list[str]field toGetMessagesOutputmodelAPI Changes
Before
After
Testing
go test)This should close issue #77
Tasks
Please ensure your pull request meets the following requirements:
Impact Areas
Which part of Acontext would this feature affect?
Checklist
devbranch.