-
Notifications
You must be signed in to change notification settings - Fork 1
feat(artifact): updated proto and added client code #185
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
Merged
Conversation
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
dae746a to
e436e78
Compare
ad21376 to
c7a7803
Compare
c7a7803 to
3e58b59
Compare
3e58b59 to
b7b6f17
Compare
b7b6f17 to
959cef1
Compare
heiruwu
reviewed
Jul 30, 2024
heiruwu
previously approved these changes
Jul 30, 2024
heiruwu
approved these changes
Jul 30, 2024
heiruwu
pushed a commit
that referenced
this pull request
Jul 30, 2024
- **feat(artifact): updated proto and added client code** - **fix(client): fixed client code** Because - lack of support for artifact backend This commit - added artifact client happy path tested for the following functions - [x] create_knowledge_base - [x] upload_knowledge_base_file - [x] list_knowledge_base_files - [x] process_knowledge_base_files - [x] list_knowledge_bases 
heiruwu
pushed a commit
that referenced
this pull request
Jul 31, 2024
🤖 I have created a release *beep* *boop* --- ## [0.10.2](v0.10.1...v0.10.2) (2024-07-31) ### Features * **artifact:** updated proto and added client code ([#185](#185)) ([51942bd](51942bd)) * **client:** adopt latest api spec ([#168](#168)) ([d33c050](d33c050)) ### Bug Fixes * **client:** added some parameter default values for artifact ([#192](#192)) ([ab624f4](ab624f4)) * **specs:** deleted out-dated resources ([#183](#183)) ([be86e69](be86e69)) ### Miscellaneous Chores * **release:** release v0.10.2 ([f15a1a9](f15a1a9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
Because
This commit
happy path tested for the following functions