Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Xm0onh committed Feb 6, 2025
1 parent 62a54b3 commit 44e47f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ The orchestrator helps manage the LLM's context window size through pruning para
prompts, // prompts for the agent
tools, // tools available to the agent
namespace, // name of the agent
vectorStore, // vector store for the agent
pruningParameters: PruningParameters{
maxWindowSummary: 10, // End index for message slice
maxQueueSize: 50 // Trigger summarization threshold
Expand Down

0 comments on commit 44e47f7

Please sign in to comment.