Skip to content

Commit

Permalink
add ActionHistoryComponent.full_message_count to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Jul 2, 2024
1 parent 2797b7c commit 921b5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/forge/components/built-in-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Keeps track of agent's actions and their outcomes. Provides their summary to the
| `model_name` | Name of the llm model used to compress the history | `ModelName` | `"gpt-3.5-turbo"` |
| `max_tokens` | Maximum number of tokens to use for the history summary | `int` | `1024` |
| `spacy_language_model` | Language model used for summary chunking using spacy | `str` | `"en_core_web_sm"` |
| `full_message_count` | Number of cycles to include unsummarized in the prompt | `int` | `4` |

**MessageProvider**

Expand Down

0 comments on commit 921b5c9

Please sign in to comment.