Skip to content

Commit fb6477a

Browse files
authored
add new prompt for memory extension (#4945)
Signed-off-by: AdemolaAri <ademola.ari@gmail.com>
1 parent e9ca2bc commit fb6477a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"id": "access-currently-stored-preferences",
3+
"title": "Access Currently Stored Preferences",
4+
"description": "Retrieve and display the user's currently stored preferences from goose memory",
5+
"category": "productivity",
6+
"job": "operations",
7+
"example_prompt": "What have I asked you to remember?",
8+
"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.",
9+
"extensions": [
10+
{
11+
"name": "Memory",
12+
"command": "memory",
13+
"is_builtin": true,
14+
"environmentVariables": []
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)