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

CLI: Fix duplicate assistant names in help output #17

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

hazzlim
Copy link
Contributor

@hazzlim hazzlim commented Apr 18, 2023

The output of --help lists the pre-defined assistants twice, if their parameters have been redefined.

This PR ensures the combined list of user-defined and pre-defined assistants output by --help does not contain duplicate names.

Fixes #15 .

The output of ```--help``` lists the pre-defined assistants twice, if
their parameters have been redefined.

This commit ensures the combined list of user-defined and pre-defined
assistants output by ```--help``` does not contain duplicate names.

Fixes kharvd#15.
@hazzlim hazzlim mentioned this pull request Apr 18, 2023
@kharvd kharvd merged commit 9293c44 into kharvd:main Apr 19, 2023
@kharvd
Copy link
Owner

kharvd commented Apr 19, 2023

Thanks!

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.

Overwrite assistants
2 participants