-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
examples\multi_llm_agent.py L42:
agent = CodeAgent(tools=[WebSearchTool()], model=model, stream_outputs=True, return_full_results=True)
Error:
Traceback (most recent call last):
File "...\smolagents\examples\multi_llm_agent.py", line 42, in <module>
agent = CodeAgent(tools=[WebSearchTool()], model=model, stream_outputs=True, return_full_results=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "...\smolagents\src\smolagents\agents.py", line 1456, in __init__
super().__init__(
TypeError: MultiStepAgent.__init__() got an unexpected keyword argument 'return_full_results'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working