Skip to content
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

Merged
merged 1 commit into from
Jan 13, 2025
Merged

Update insertNode #381

merged 1 commit into from
Jan 13, 2025

Conversation

BLYKIM
Copy link
Contributor

@BLYKIM BLYKIM commented Jan 2, 2025

  • insertNode GraphQL API no longer requires config for the agents parameter.

Close: #350

Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.33%. Comparing base (b5e1348) to head (7ab2045).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@sehkone
Copy link
Contributor

sehkone commented Jan 13, 2025

@BLYKIM, could you rebase this?

- `insertNode` GraphQL API no longer requires `config` for the `agents` parameter.
@BLYKIM BLYKIM force-pushed the bly/remove_insert_config branch from 7a709c0 to 7ab2045 Compare January 13, 2025 06:08
Some(draft) => Some(
draft
.try_into()
.map_err(|_| Error::new("Failed to convert agent draft"))?,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sophie-cluml, @BLYKIM,

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#387 관련 이슈 생성해두었습니다.

@sehkone
Copy link
Contributor

sehkone commented Jan 13, 2025

@BLYKIM,
The body of the commit messages exceeds the recommended character limit. I think you should check your VS Code settings.

@sehkone sehkone merged commit 815b44b into main Jan 13, 2025
10 checks passed
@sehkone sehkone deleted the bly/remove_insert_config branch January 13, 2025 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

insertNode GraphQL API's agents parameter does not have to have agents' config
3 participants