Skip to content

Commit

Permalink
Update ScrapeWebsiteTool.md (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjenney committed Mar 30, 2024
1 parent e3ebeb9 commit a3abdb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/tools/ScrapeWebsiteTool.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ tool = ScrapeWebsiteTool()

# Initialize the tool with the website URL, so the agent can only scrap the content of the specified website
tool = ScrapeWebsiteTool(website_url='https://www.example.com')

# Extract the text from the site
text = tool.run()
print(text)
```

## Arguments
Expand Down

0 comments on commit a3abdb5

Please sign in to comment.