Tuana commited on
Commit
c8ce0f3
·
unverified ·
1 Parent(s): 90f87bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,8 +12,8 @@ pinned: false
12
  # What would mother say?
13
 
14
  This app includes a Haystack agent with access to 2 tools:
15
- - TweetRetriever: Useful for when you need to retrive the latest tweets from a username to get an understanding of their style
16
- - WebSearch:Uesful for when you need to research the latest about a new topic
17
 
18
  We build an Agent that aims to first understand the style in which a username tweets. Then, it uses the WebSearch tool to gain knowledge on a topic that the LLM may not have info on, to generate a tweet in the users style about that topic.
19
  ### Try it out on [🤗 Spaces](https://huggingface.co/spaces/Tuana/what-would-mother-say)
 
12
  # What would mother say?
13
 
14
  This app includes a Haystack agent with access to 2 tools:
15
+ - `TweetRetriever`: Useful for when you need to retrive the latest tweets from a username to get an understanding of their style
16
+ - `WebSearch`: Useful for when you need to research the latest about a new topic
17
 
18
  We build an Agent that aims to first understand the style in which a username tweets. Then, it uses the WebSearch tool to gain knowledge on a topic that the LLM may not have info on, to generate a tweet in the users style about that topic.
19
  ### Try it out on [🤗 Spaces](https://huggingface.co/spaces/Tuana/what-would-mother-say)