Skip to content

Commit c1cb4c7

Browse files
committed
Fix the import line
1 parent 0aede3b commit c1cb4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/45_Creating_a_Multi_Agent_System.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"outputs": [],
126126
"source": [
127127
"from haystack.tools import ComponentTool\n",
128-
"from haystack.components.websearch import DuckduckgoApiWebSearch\n",
128+
"from duckduckgo_api_haystack import DuckduckgoApiWebSearch\n",
129129
"\n",
130130
"\n",
131131
"def doc_to_string(documents) -> str:\n",

0 commit comments

Comments
 (0)