Skip to content

Commit c6cf0d1

Browse files
Fix ValueError on Guided Tour docs (#1425)
1 parent 1e6535f commit c6cf0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/guided_tour.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ model = InferenceClientModel()
473473
web_agent = CodeAgent(
474474
tools=[WebSearchTool()],
475475
model=model,
476-
name="web_search",
476+
name="web_search_agent",
477477
description="Runs web searches for you. Give it your query as an argument."
478478
)
479479

0 commit comments

Comments
 (0)