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.
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: Add grounding convenience function #378
feat: Add grounding convenience function #378
Changes from 11 commits
555a5cc
61dcda0
562a66a
995f080
f8d2f72
2454181
1acf278
b7f4a63
c5569a1
8fdc014
b4b5951
555e750
fd5366a
8badfab
1a07017
8c99894
43c0643
b26782c
366825d
417837e
f9c143c
6bf31d6
b3acc13
bb6274b
9583364
dc0938a
1ac972e
6a9d673
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 1 in .changeset/shiny-brooms-punch.md
GitHub Actions / grammar-check
This file was deleted.
This file was deleted.
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.
[q] To understand for myself better. Why did you choose to declare this as an
interface
instead of atype
?I see the original config that gets generated is a
type
.