From 5ee04960e03468297314971a40e56a5139b9ad1a Mon Sep 17 00:00:00 2001 From: Max Novich Date: Tue, 1 Oct 2024 16:36:55 -0700 Subject: [PATCH] Update README.md Added summarize moderator description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84397e3c..bd40238a 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,8 @@ Small model for fast, lightweight tasks. Example: `gpt-4o-mini`. You should choo Rules designed to control or manage the output of the model. Moderators that currently are supported by `goose`: - `passive`: does not actively intervene in every response -- `truncate`: truncates the first contexts when the contexts exceed the max token size +- `truncate`: truncates the first contexts when the context exceeds the max token size +- `summarize`: Uses the LLM to summarize the main points of the conversation when context exceeds the max token size #### toolkits