Skip to content

Commit 9cd571b

Browse files
authored
Merge pull request #290 from alexkolo/patch-1
🐛 Notebook `agent_rag.ipynb` : Unexpected keyword argument 'verbose' for `ToolCallingAgent`
2 parents a9e9c25 + 808c79a commit 9cd571b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/en/agent_rag.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"\n",
239239
"retriever_tool = RetrieverTool(vectordb)\n",
240240
"agent = ToolCallingAgent(\n",
241-
" tools=[retriever_tool], model=model, verbose=True\n",
241+
" tools=[retriever_tool], model=model\n",
242242
")"
243243
]
244244
},

0 commit comments

Comments
 (0)