@@ -69,12 +69,12 @@ def create(
69
69
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
70
70
) -> TaskCreateResponse :
71
71
"""
72
- Create and start a new AI agent task.
72
+ Create and start a new Browser Use Agent task.
73
73
74
74
This is the main endpoint for running AI agents. You can either:
75
75
76
- 1. Start a new session with a new task
77
- 2. Add a follow-up task to an existing session
76
+ 1. Start a new session with a new task.
77
+ 2. Add a follow-up task to an existing session.
78
78
79
79
When starting a new session:
80
80
@@ -95,9 +95,8 @@ def create(
95
95
- Browser profiles: Control browser settings and environment (only used for new
96
96
sessions)
97
97
- File uploads: Include documents for the agent to work with
98
- - Structured output: Define the format you want results in
99
- - Task metadata: Add custom data for tracking and organization (useful when
100
- using webhooks)
98
+ - Structured output: Define the format of the task result
99
+ - Task metadata: Add custom data for tracking and organization
101
100
102
101
Args:
103
102
@@ -564,12 +563,12 @@ async def create(
564
563
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
565
564
) -> TaskCreateResponse :
566
565
"""
567
- Create and start a new AI agent task.
566
+ Create and start a new Browser Use Agent task.
568
567
569
568
This is the main endpoint for running AI agents. You can either:
570
569
571
- 1. Start a new session with a new task
572
- 2. Add a follow-up task to an existing session
570
+ 1. Start a new session with a new task.
571
+ 2. Add a follow-up task to an existing session.
573
572
574
573
When starting a new session:
575
574
@@ -590,9 +589,8 @@ async def create(
590
589
- Browser profiles: Control browser settings and environment (only used for new
591
590
sessions)
592
591
- File uploads: Include documents for the agent to work with
593
- - Structured output: Define the format you want results in
594
- - Task metadata: Add custom data for tracking and organization (useful when
595
- using webhooks)
592
+ - Structured output: Define the format of the task result
593
+ - Task metadata: Add custom data for tracking and organization
596
594
597
595
Args:
598
596
0 commit comments