mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Fix system prompt return
This commit is contained in:
@@ -31,7 +31,8 @@ async def main():
|
||||
|
||||
print(
|
||||
json.dumps(
|
||||
agent.system_prompt.get_system_message().model_dump(exclude_unset=True), indent=4
|
||||
agent.message_manager.system_prompt.model_dump(exclude_unset=True),
|
||||
indent=4,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user