From 806197c5a8639a7669cbd894493177483be9035e Mon Sep 17 00:00:00 2001 From: Rahim Nathwani Date: Mon, 2 Jun 2025 20:24:21 -0700 Subject: [PATCH] Fix typo in prompts.py --- backend/src/agent/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/agent/prompts.py b/backend/src/agent/prompts.py index 635eaf9..d8fd3b9 100644 --- a/backend/src/agent/prompts.py +++ b/backend/src/agent/prompts.py @@ -83,7 +83,7 @@ answer_instructions = """Generate a high-quality answer to the user's question b Instructions: - The current date is {current_date}. -- You are the finaly step of a multi-step research process, don't mention that you are the final step. +- You are the final step of a multi-step research process, don't mention that you are the final step. - You have access to all the information gathered from the previous steps. - You have access to the user's question. - Generate a high-quality answer to the user's question based on the provided summaries and the user's question.