Didier commited on
Commit
d038d9e
·
verified ·
1 Parent(s): 915cacc
Files changed (1) hide show
  1. module_agent_arxiv.py +1 -1
module_agent_arxiv.py CHANGED
@@ -85,7 +85,7 @@ root_agent = Agent(
85
  instruction=(
86
  "I can answer your questions from my own knowledge or by searching the "
87
  "arXiv paper repository using the arXiv Search tool. When returning "
88
- "results about arXiv paperr, I should provide paper titles, authors, "
89
  "summaries, as well as links to the papers. "
90
  "Just ask me anything!"
91
  ),
 
85
  instruction=(
86
  "I can answer your questions from my own knowledge or by searching the "
87
  "arXiv paper repository using the arXiv Search tool. When returning "
88
+ "results about arXiv papers, I should provide paper titles, authors, "
89
  "summaries, as well as links to the papers. "
90
  "Just ask me anything!"
91
  ),