docs: Adding Trigger Words to Memory Tutorial (#1783)

This commit is contained in:
Ebony Louis
2025-03-20 07:59:18 -04:00
committed by GitHub
parent 1f5dd9ef67
commit 3a4866cb7d

View File

@@ -100,12 +100,30 @@ Later, you can ask:
Goose will recall everything youve saved as long as you instruct it to remember. This makes it easier to have consistent results when working with Goose.
## Trigger Words and When to Use Them
Goose also recognizes certain trigger words that signal when to store, retrieve, or remove memory.
| **Trigger Words** | **When to Use** |
|---------------------|----------------|
| remember | Store useful info for later use |
| forget | Remove a stored memory |
| memory | General memory-related actions |
| save | Save a command, config, or preference |
| remove memory | Delete specific stored data |
| clear memory | Wipe all stored memories |
| search memory | Find previously stored data |
| find memory | Locate specific saved information |
## Example Usage
In this example, Ill show you how to make Goose a knowledgeable development assistant by teaching it about your projects API standards. With the Memory extension, Goose can store structured information and retrieve it later to help with your tasks.
In this example, Ill show you how to make Goose a knowledgeable development assistant by teaching it about your projects API standards. With the Memory extension, Goose can store structured information and recall it when needed, helping you stay consistent in your work.
This means you no longer have to repeat yourself. Goose will remember your projects requirements and automatically apply them to new tasks.
:::tip
If you frequently work with API standards or other structured knowledge, Goose may automatically suggest saving them to memory for you when it detects a pattern in your workflow.
:::
<Tabs groupId="interface">
<TabItem value="cli" label="Goose CLI" default>