fix: remove incorrect GoogleSearchTool() `provider` arg
#34
by
davidxia
- opened
Running the cell currently errors withTypeError: GoogleSearchTool.__init__() got an unexpected keyword argument 'provider'
.
See https://huggingface.co/docs/smolagents/en/reference/tools#smolagents.GoogleSearchTool
Signed-off-by: David Xia [email protected]
davidxia
changed pull request title from
GoogleSearchTool-fix
to fix: remove incorrect GoogleSearchTool() `provider` arg
davidxia
changed pull request status to
open
Hi, I'm struggeling in the agents course, since I'm not able to apply serper as provider. In the course manual you say I ether can use SERP or SERPER and I only need to apply the correct provider. So if this was incorrect, the description also needs to be updated
Thanks for the contribution! Would you mind updating your branch to retrieve the latest changes, so we can merge? Thanks again!