From 93658718471e827efde63d12a732886a7ad8e7d3 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 21 Jun 2025 10:24:38 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Update=20features=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Prompt Catalog Features.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/notes/Prompt Catalog Features.md b/notes/Prompt Catalog Features.md index e67f5e6..28bc76d 100644 --- a/notes/Prompt Catalog Features.md +++ b/notes/Prompt Catalog Features.md @@ -18,7 +18,9 @@ The Prompt Catalog is a centralized repository for prompts used in various appli - Last modified date - **Categorization**: Organize prompts into types (System, Tasks) for easier navigation. - **Tagging System**: Use tags to describe prompts for better filtering. -- **Search Functionality**: Quickly find prompts by keywords or tags. +- **Search Functionality**: Quickly find prompts by keywords, tags, or text search. +- **AI Integration**: Connect to AI models via API (OpenAI, Together, Ollama, etc.) to suggest prompts based on user input or context. +- **Export/Import**: Allow users to export prompts in JSON format and import them back. ## Technical Details @@ -33,6 +35,7 @@ The Prompt Catalog is a centralized repository for prompts used in various appli - **Deployment**: Host the application on a platform like Vercel or Netlify for the front end, and Supabase for the backend. - **Front End**: Use a modern JavaScript framework (e.g., React, Vue) for the web interface. - **Back End**: Use Supabase's built-in API for database interactions. +- **AI Integration**: Use OpenAI or other AI APIs to suggest prompts based on user input. ## Future Enhancements