mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Minor documentation changes for consistency.
This commit is contained in:
@@ -342,7 +342,7 @@ class BrowserUseServer:
|
||||
},
|
||||
'max_steps': {
|
||||
'type': 'integer',
|
||||
'description': 'Maximum number of steps the agent can take',
|
||||
'description': 'Maximum number of steps an agent can take.',
|
||||
'default': 100,
|
||||
},
|
||||
'model': {
|
||||
|
||||
@@ -24,4 +24,4 @@ async def main():
|
||||
|
||||
The agent is executed using the async `run()` method:
|
||||
|
||||
- `max_steps` (default: `100`): Maximum number of steps the agent can take
|
||||
- `max_steps` (default: `100`): Maximum number of steps an agent can take.
|
||||
|
||||
@@ -27,9 +27,8 @@ async def main():
|
||||
await agent.run()
|
||||
```
|
||||
|
||||
> **Note:** You need to fully close chrome before running this example.
|
||||
> **Note:** You need to fully close chrome before running this example. Also, Google blocks this approach currently so we use DuckDuckGo instead.
|
||||
|
||||
> **Note:** Google blocks this approach currently so we use DuckDuckGo instead.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user