Skip to content

Commit 8e6f3f5

Browse files
authored
Update prompts.py
Fix a stipulation in the query_writer_instruction response format.
1 parent cf240a2 commit 8e6f3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/agent/prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_current_date():
1717
- Query should ensure that the most current information is gathered. The current date is {current_date}.
1818
1919
Format:
20-
- Format your response as a JSON object with ALL three of these exact keys:
20+
- Format your response as a JSON object with ALL two of these exact keys:
2121
- "rationale": Brief explanation of why these queries are relevant
2222
- "query": A list of search queries
2323

0 commit comments

Comments
 (0)