pull/160/head
Kye 2 years ago
parent c8f9057d24
commit 3adac9b8ff

@ -27,7 +27,7 @@ class Swarms:
process_csv,
WebpageQATool(qa_chain=load_qa_with_sources_chain(llm)),
RequestsGet()
# RequestsGet()
Tool(name="RequestsGet", func=RequestsGet.get, description="A portal to the internet, Use this when you need to get specific content from a website. Input should be a url (i.e. https://www.google.com). The output will be the text response of the GET request."),

Loading…
Cancel
Save