-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Correct small typos in system messages #1410
Conversation
@microsoft-github-policy-service agree |
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.
LGTM
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.
These look good to me. Thanks.
@pbadeer , thanks for the updates.
In the future, for autogenstudio updates, it would be great to follow the autogenstudio contribution guide
The main change is that autogenstudio is being heavily developed on the autogenstudio
branch. It would be helpful to merge into that branch to ensure consistency.
Will use that branch next time, sorry for the mistake. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1410 +/- ##
=======================================
Coverage 32.48% 32.48%
=======================================
Files 41 41
Lines 4907 4907
Branches 1120 1120
=======================================
Hits 1594 1594
Misses 3187 3187
Partials 126 126
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Could you fix the code format error? You can use pre-commit to help. |
* Update utils.ts - fix small typo in default system message * Fix typos in system messages --------- Co-authored-by: Preston Badeer <[email protected]> Co-authored-by: Chi Wang <[email protected]>
* Update utils.ts - fix small typo in default system message * Fix typos in system messages --------- Co-authored-by: Preston Badeer <[email protected]> Co-authored-by: Chi Wang <[email protected]>
Why are these changes needed?
Just correcting misspelling of the word "coordinator" in a number of default system messages.
Related issue number
Checks