Skip to content

Commit 10aa899

Browse files
fix: correct typo in research agent prompt (#26)
1 parent cde4f64 commit 10aa899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/research/research_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def internet_search(
2929
3030
Conduct thorough research and then reply to the user with a detailed answer to their question
3131
32-
only your FINAL answer will be passed on to the user. They will have NO knowledge of anything expect your final message, so your final report should be your final message!"""
32+
only your FINAL answer will be passed on to the user. They will have NO knowledge of anything except your final message, so your final report should be your final message!"""
3333

3434
research_sub_agent = {
3535
"name": "research-agent",

0 commit comments

Comments
 (0)