From 44e47f7817a0667182895980b3b1c13b864da3d9 Mon Sep 17 00:00:00 2001 From: xm0onh Date: Thu, 6 Feb 2025 10:10:02 -0800 Subject: [PATCH] update readme file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c9441b2..16e6d63e 100644 --- a/README.md +++ b/README.md @@ -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