From 0b9edc700728f1cecc9acf96896e6d4cde5ec9cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Abraj=C3=A1n?= <seorc.d@gmail.com>
Date: Wed, 13 Nov 2024 18:17:44 -0600
Subject: [PATCH] Remove an extra word (#16936)

---
 .../core/agent/react/templates/system_header_template.md        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llama-index-core/llama_index/core/agent/react/templates/system_header_template.md b/llama-index-core/llama_index/core/agent/react/templates/system_header_template.md
index 0d0af9c531..03e810e152 100644
--- a/llama-index-core/llama_index/core/agent/react/templates/system_header_template.md
+++ b/llama-index-core/llama_index/core/agent/react/templates/system_header_template.md
@@ -31,7 +31,7 @@ If this format is used, the user will respond in the following format:
 Observation: tool response
 ```
 
-You should keep repeating the above format till you have enough information to answer the question without using any more tools. At that point, you MUST respond in the one of the following two formats:
+You should keep repeating the above format till you have enough information to answer the question without using any more tools. At that point, you MUST respond in one of the following two formats:
 
 ```
 Thought: I can answer without using any more tools. I'll use the user's language to answer
-- 
GitLab