Skip to content

Commit

Permalink
Fixed typo in VisitWebpageTool (huggingface#34978)
Browse files Browse the repository at this point in the history
Fixed typo in VisitWebpageTool
  • Loading branch information
sergiopaniego authored Nov 27, 2024
1 parent 4120cb2 commit 5523e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/agents/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def forward(self, query: str) -> str:

class VisitWebpageTool(Tool):
name = "visit_webpage"
description = "Visits a wbepage at the given url and returns its content as a markdown string."
description = "Visits a webpage at the given url and returns its content as a markdown string."
inputs = {
"url": {
"type": "string",
Expand Down

0 comments on commit 5523e38

Please sign in to comment.