added notes about reducing context window by referencing external files (#3895)

This commit is contained in:
w. ian douglas
2025-08-06 13:11:06 -06:00
committed by GitHub
parent 1bd4298e69
commit bb26521471
2 changed files with 10 additions and 2 deletions
+7 -1
View File
@@ -123,6 +123,11 @@ 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.
Goose loads all saved memories at the start of a session and includes them in every prompt sent to the LLM. For large or detailed instructions, store them in files and instruct Goose to reference those files:
> _Remember that if I ask for help writing JavaScript, I want you to refer to "/path/to/javascript_notes.txt" and follow the instructions in that file._
## Trigger Words and When to Use Them
Goose also recognizes certain trigger words that signal when to store, retrieve, or remove memory.
@@ -243,4 +248,5 @@ If you frequently work with API standards or other structured knowledge, Goose m
}
Would you like me to implement the full endpoint logic?
```
```