Minor documentation changes for consistency.

This commit is contained in:
krishna
2025-08-27 20:36:52 +05:30
parent a2b33c8438
commit f430e2fc69
3 changed files with 3 additions and 4 deletions

View File

@@ -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': {

View File

@@ -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.

View File

@@ -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.