docs: updating guides to provide more clarity around moderator (#628)

This commit is contained in:
Ebony Louis
2025-01-17 09:00:38 -05:00
committed by GitHub
parent 08f9e640fa
commit 89d464c305
8 changed files with 29 additions and 24 deletions
+3
View File
@@ -40,6 +40,9 @@ Rules designed to control or manage the output of the model. Moderators that cur
- `passive`: does not actively intervene in every response
- `truncate`: truncates the first contexts when the contexts exceed the max token size
- `synopsis`: instead of truncating, it uses LLMs to summarize and condense context dynamically, keeping relevant information while staying under the token limit.
> **Important:** `synopsis` only works when the `synopsis` toolkit is enabled. Be sure to update your [`profile.yml` configurations](https://block.github.io/goose/guidance/getting-started.html#configuring-goose-with-the-profilesyaml-file) to enable both.
#### toolkits