-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(task): support new AI Tasks spec #655
Merged
Merged
Conversation
This file contains 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
heiruwu
force-pushed
the
heiru/INS-5269
branch
from
August 13, 2024 04:39
b572dba
to
df8e20f
Compare
heiruwu
force-pushed
the
heiru/INS-5269
branch
2 times, most recently
from
August 20, 2024 16:15
43d01bb
to
f1cad62
Compare
heiruwu
force-pushed
the
heiru/INS-5269
branch
2 times, most recently
from
August 29, 2024 03:54
1ead054
to
b96c09b
Compare
heiruwu
force-pushed
the
heiru/INS-5269
branch
from
September 2, 2024 05:19
b96c09b
to
cc78922
Compare
heiruwu
force-pushed
the
heiru/INS-5269
branch
from
September 2, 2024 15:09
72c14a9
to
2913bee
Compare
Because - current model run logs are created only in temporal workflow This commit - extend run log lifecycle
heiruwu
force-pushed
the
heiru/INS-5269
branch
from
September 5, 2024 06:41
eca4c2b
to
438c047
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #655 +/- ##
========================================
+ Coverage 3.41% 3.70% +0.29%
========================================
Files 64 62 -2
Lines 13780 10682 -3098
========================================
- Hits 470 396 -74
+ Misses 13263 10233 -3030
- Partials 47 53 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
heiruwu
force-pushed
the
heiru/INS-5269
branch
from
September 5, 2024 09:37
39af739
to
b1c5339
Compare
heiruwu
pushed a commit
that referenced
this pull request
Sep 11, 2024
🤖 I have created a release *beep* *boop* --- ## [0.30.0-alpha](v0.29.0-alpha...v0.30.0-alpha) (2024-09-10) ### Features * **task:** support new AI Tasks spec ([#655](#655)) ([e34d4e1](e34d4e1)) --- 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
google.protobuf.struct
as task input/output and validate them against jsonschemaThis commit
resolves INS-5269
resolves INS-5457
resolves INS-5460
resolves INS-5461
resolves INS-5424