-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update insertNode
#381
Update insertNode
#381
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #381 +/- ##
==========================================
+ Coverage 71.32% 71.33% +0.01%
==========================================
Files 67 67
Lines 14661 14667 +6
==========================================
+ Hits 10457 10463 +6
Misses 4204 4204 ☔ View full report in Codecov by Sentry. |
@BLYKIM, could you rebase this? |
- `insertNode` GraphQL API no longer requires `config` for the `agents` parameter.
7a709c0
to
7ab2045
Compare
Some(draft) => Some( | ||
draft | ||
.try_into() | ||
.map_err(|_| Error::new("Failed to convert agent draft"))?, |
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.
This only informs users that a failure occurred, without specifying which agents the conversion failed on. I think it would be necessary to address that in a separate issue later. Could you create an issue regarding it?
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.
#387 관련 이슈 생성해두었습니다.
@BLYKIM, |
insertNode
GraphQL API no longer requiresconfig
for theagents
parameter.Close: #350