fix: Update web command description to better reflect functionality

This commit is contained in:
Paul Gauthier 2024-08-09 17:12:45 -04:00 committed by Paul Gauthier (aider)
parent 57a1aafdfd
commit c290001a9f

View file

@ -119,7 +119,7 @@ class Commands:
self.io.tool_output("Please provide a partial model name to search for.")
def cmd_web(self, args):
"Use headless selenium to scrape a webpage and add the content to the chat"
"Scrape a webpage, convert to markdown and add to the chat"
url = args.strip()
if not url:
self.io.tool_error("Please provide a URL to scrape.")