mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(frontend): replace unrealistic CoPilot suggestion prompt (#12564)
Replaces "Sort my bookmarks into categories" with "Summarize my unread emails" in the Organize suggestion category. CoPilot has no access to browser bookmarks or local files, so the original prompt was misleading. --- Co-authored-by: Toran Bruce Richards (@Torantulino) <Torantulino@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ export const DEFAULT_THEMES: SuggestionTheme[] = [
|
||||
{
|
||||
name: "Organize",
|
||||
prompts: [
|
||||
"Sort my bookmarks into categories",
|
||||
"Summarize my unread emails",
|
||||
"Create a project timeline from my notes",
|
||||
"Prioritize my task list by urgency",
|
||||
"Build a decision matrix for vendor selection",
|
||||
|
||||
Reference in New Issue
Block a user