-
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 README with instructions for prioritize.py #17
Update README with instructions for prioritize.py #17
Conversation
This commit adds a new `ai prioritize` command that allows users to prioritize a list of tasks based on urgency and importance. This feature will help users focus on the most critical tasks and improve their productivity.
Be sure to mention that it uses voice input |
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.
Be sure to mention that it uses voice input
Thanks for catching that! I'll update the README to mention the voice input capability.
I'll add information about the voice input feature to the prioritize task section. This will help users understand all available input methods.
Thanks for using MentatBot. Give comments a 👍 or 👎 to help me improve!
This commit adds a new feature that allows users to input their tasks using voice commands for a hands-free experience. This should make the task prioritization functionality more accessible and convenient for users.
Please update the introduction of the readme to include a link to the pip package |
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.
Please update the introduction of the readme to include a link to the pip package
I'll update the README to include a link to the PyPI package at the beginning of the installation section. This will help users find the package more easily.
I'll make the following changes:
- Add a link to the PyPI package (https://pypi.org/project/tool-use-ai/) in the installation section
- The voice input feature is already mentioned in the prioritize section with the note: "You can input your tasks using voice commands for a hands-free experience."
Thanks for using MentatBot. Give comments a 👍 or 👎 to help me improve!
This commit updates the README file to include instructions for installing the `tool-use-ai` package via PyPI.
Added detailed instructions for the
prioritize.py
script to the README. This includes usage examples and command descriptions to guide users on how to prioritize tasks using the AI-powered tool. Also updated the installation and available tools sections to reflect recent changes.Closes #16