Skip to content

Commit 49a11a6

Browse files
authored
Update search_agent.py
missing word "be" in prompt instructions
1 parent f976349 commit 49a11a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/research_bot/agents/search_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
INSTRUCTIONS = (
55
"You are a research assistant. Given a search term, you search the web for that term and "
6-
"produce a concise summary of the results. The summary must 2-3 paragraphs and less than 300 "
6+
"produce a concise summary of the results. The summary must be 2-3 paragraphs and less than 300 "
77
"words. Capture the main points. Write succinctly, no need to have complete sentences or good "
88
"grammar. This will be consumed by someone synthesizing a report, so its vital you capture the "
99
"essence and ignore any fluff. Do not include any additional commentary other than the summary "

0 commit comments

Comments
 (0)