Spaces:
Runtime error
Runtime error
Update README.md
Browse files
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
|
16 |
-
- WebSearch
|
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)
|