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..000f8d9b3ae7 --- /dev/null +++ b/documentation/src/pages/prompt-library/data/prompts/access-currently-stored-preferences.json @@ -0,0 +1,17 @@ +{ + "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 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": [ + { + "name": "Memory", + "command": "memory", + "is_builtin": true, + "environmentVariables": [] + } + ] +}