From 9fb95a427734b9c2852c74aca55be452d6b6148d Mon Sep 17 00:00:00 2001 From: AdemolaAri Date: Wed, 1 Oct 2025 23:26:22 -0500 Subject: [PATCH 1/3] add new prompt for memory extension Signed-off-by: AdemolaAri --- .../access-currently-stored-preferences.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json diff --git a/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json b/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json new file mode 100644 index 000000000000..147df2f35955 --- /dev/null +++ b/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json @@ -0,0 +1,19 @@ +{ + "id": "access-currently-stored-preferences", + "title": "Access Currently Stored Preferences", + "description": "Retrieve and display the user's currently stored preferences from goose memory", + "category": "productivity", + "job": "operations", + "example_prompt": "What do you know about me so far?", + "example_result": "I know that your name is Ade. You enjoy reading tech blogs, playing with technical tools, and are interested in building agentic systems. You prefer concise and clear communication, and you value efficiency in your workflows. Additionally, you have a keen interest in AI and its applications in various domains.", + "extensions": [ + { + "name": "Memory", + "command": "memory", + "is_builtin": true, + "environmentVariables": [ + + ] + } + ] +} From d12cc98ff18643ba51188e939a5fd67f42f3387f Mon Sep 17 00:00:00 2001 From: AdemolaAri Date: Mon, 20 Oct 2025 13:04:18 -0500 Subject: [PATCH 2/3] update example result in access currently stored preferences prompt for guarded response Signed-off-by: AdemolaAri --- .../data/prompts/access-currently-stored-preferences.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json b/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json index 147df2f35955..ab9983b52a8d 100644 --- a/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json +++ b/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json @@ -5,15 +5,13 @@ "category": "productivity", "job": "operations", "example_prompt": "What do you know about me so far?", - "example_result": "I know that your name is Ade. You enjoy reading tech blogs, playing with technical tools, and are interested in building agentic systems. You prefer concise and clear communication, and you value efficiency in your workflows. Additionally, you have a keen interest in AI and its applications in various domains.", + "example_result": "You've asked me to remember the following:\n\n### Personal\n* My name is Ade. I like to read tech blogs, play with technical tools, and i'm interested in building agentic systems.", "extensions": [ { "name": "Memory", "command": "memory", "is_builtin": true, - "environmentVariables": [ - - ] + "environmentVariables": [] } ] } From 4767a847efcd183b40d89e0bc86ba5f0fa5ba62a Mon Sep 17 00:00:00 2001 From: AdemolaAri Date: Mon, 20 Oct 2025 13:15:26 -0500 Subject: [PATCH 3/3] update example_prompt Signed-off-by: AdemolaAri --- .../data/prompts/access-currently-stored-preferences.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json b/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json index ab9983b52a8d..000f8d9b3ae7 100644 --- a/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json +++ b/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json @@ -4,7 +4,7 @@ "description": "Retrieve and display the user's currently stored preferences from goose memory", "category": "productivity", "job": "operations", - "example_prompt": "What do you know about me so far?", + "example_prompt": "What have I asked you to remember?", "example_result": "You've asked me to remember the following:\n\n### Personal\n* My name is Ade. I like to read tech blogs, play with technical tools, and i'm interested in building agentic systems.", "extensions": [ {