We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent.init() got an unexpected keyword argument 'system_prompt_class' Traceback (most recent call last): File "E:\workspace-browser-use\web-ui\webui.py", line 483, in run_custom_agent _global_agent = CustomAgent( ^^^^^^^^^^^^ File "E:\workspace-browser-use\web-ui\src\agent\custom_agent.py", line 112, in init super(CustomAgent, self).init( File "C:\Users\57443\AppData\Local\Programs\Python\Python312\Lib\site-packages\browser_use\utils.py", line 283, in wrapper result = func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ TypeError: Agent.init() got an unexpected keyword argument 'system_prompt_class'
The text was updated successfully, but these errors were encountered:
try the new version
Sorry, something went wrong.
No branches or pull requests
Agent.init() got an unexpected keyword argument 'system_prompt_class'
Traceback (most recent call last):
File "E:\workspace-browser-use\web-ui\webui.py", line 483, in run_custom_agent
_global_agent = CustomAgent(
^^^^^^^^^^^^
File "E:\workspace-browser-use\web-ui\src\agent\custom_agent.py", line 112, in init
super(CustomAgent, self).init(
File "C:\Users\57443\AppData\Local\Programs\Python\Python312\Lib\site-packages\browser_use\utils.py", line 283, in wrapper
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
TypeError: Agent.init() got an unexpected keyword argument 'system_prompt_class'
The text was updated successfully, but these errors were encountered: