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

[Python] - Enhance "find-prompt" script functionality and user interaction #731

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oijkn
Copy link

@oijkn oijkn commented Jan 23, 2024

Comprehensive update to the PromptFinder script, introducing several key enhancements:

  • Implemented case-insensitive and partial match search in the 'act' column for more flexible user queries.
  • Added automatic selection for a single search result to streamline the user experience.
  • Improved the display of multiple search results to include both 'act' and 'prompt' values, providing users with clear context for each choice.
  • Integrated KeyboardInterrupt handling to gracefully handle user interruptions and ensure a clean exit from the script.

These changes significantly improve the script's usability and robustness, offering a more user-friendly and reliable experience.

Comprehensive update to the PromptFinder script, introducing several key enhancements:

- Implemented case-insensitive and partial match search in the 'act' column for more flexible user queries.
- Added automatic selection for a single search result to streamline the user experience.
- Improved the display of multiple search results to include both 'act' and 'prompt' values, providing users with clear context for each choice.
- Integrated KeyboardInterrupt handling to gracefully handle user interruptions and ensure a clean exit from the script.

These changes significantly improve the script's usability and robustness, offering a more user-friendly and reliable experience.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant