Skip to content

Commit 1607958

Browse files
authored
Merge pull request #90 from cscandore/query-writer-typo
Fix a typo in query_writer_instructions response format
2 parents 3092013 + 8e6f3f5 commit 1607958

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)