From 8e6f3f576febcec6a15dd6b7449fb27bf38a2c53 Mon Sep 17 00:00:00 2001 From: Cody Scandore Date: Wed, 11 Jun 2025 08:49:07 -0400 Subject: [PATCH] Update prompts.py Fix a stipulation in the query_writer_instruction response format. --- 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 d8fd3b9..4c8af2f 100644 --- a/backend/src/agent/prompts.py +++ b/backend/src/agent/prompts.py @@ -17,7 +17,7 @@ Instructions: - Query should ensure that the most current information is gathered. The current date is {current_date}. Format: -- Format your response as a JSON object with ALL three of these exact keys: +- Format your response as a JSON object with ALL two of these exact keys: - "rationale": Brief explanation of why these queries are relevant - "query": A list of search queries