diff --git a/src/transformers/agents/search.py b/src/transformers/agents/search.py index f50a7c6ab8f94e..1c2c33913c97fb 100644 --- a/src/transformers/agents/search.py +++ b/src/transformers/agents/search.py @@ -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",