@@ -69,12 +69,12 @@ def create(
6969 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
7070 ) -> TaskCreateResponse :
7171 """
72- Create and start a new AI agent task.
72+ Create and start a new Browser Use Agent task.
7373
7474 This is the main endpoint for running AI agents. You can either:
7575
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.
7878
7979 When starting a new session:
8080
@@ -95,9 +95,8 @@ def create(
9595 - Browser profiles: Control browser settings and environment (only used for new
9696 sessions)
9797 - 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
101100
102101 Args:
103102
@@ -564,12 +563,12 @@ async def create(
564563 timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
565564 ) -> TaskCreateResponse :
566565 """
567- Create and start a new AI agent task.
566+ Create and start a new Browser Use Agent task.
568567
569568 This is the main endpoint for running AI agents. You can either:
570569
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.
573572
574573 When starting a new session:
575574
@@ -590,9 +589,8 @@ async def create(
590589 - Browser profiles: Control browser settings and environment (only used for new
591590 sessions)
592591 - 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
596594
597595 Args:
598596
0 commit comments