@@ -113,16 +113,17 @@ def create(
113
113
- 400: If session is stopped or already has a running task
114
114
115
115
Args:
116
- agent_settings: Configuration settings for the AI agent
116
+ agent_settings: Configuration settings for the agent
117
117
118
- Attributes: llm: The LLM model to use for the agent profile_id: Unique
119
- identifier of the agent profile to use for the task
118
+ Attributes: llm: The LLM model to use for the agent start_url: Optional URL to
119
+ start the agent on (will not be changed as a step) profile_id: Unique identifier
120
+ of the agent profile to use for the task
120
121
121
122
browser_settings: Configuration settings for the browser session
122
123
123
124
Attributes: session_id: Unique identifier of existing session to continue
124
- profile_id: Unique identifier of browser profile to use save_browser_data:
125
- Whether to save browser state/data for the user to download later
125
+ profile_id: Unique identifier of browser profile to use (use if you want to
126
+ start a new session)
126
127
127
128
extra_headers: Send extra headers
128
129
@@ -610,16 +611,17 @@ async def create(
610
611
- 400: If session is stopped or already has a running task
611
612
612
613
Args:
613
- agent_settings: Configuration settings for the AI agent
614
+ agent_settings: Configuration settings for the agent
614
615
615
- Attributes: llm: The LLM model to use for the agent profile_id: Unique
616
- identifier of the agent profile to use for the task
616
+ Attributes: llm: The LLM model to use for the agent start_url: Optional URL to
617
+ start the agent on (will not be changed as a step) profile_id: Unique identifier
618
+ of the agent profile to use for the task
617
619
618
620
browser_settings: Configuration settings for the browser session
619
621
620
622
Attributes: session_id: Unique identifier of existing session to continue
621
- profile_id: Unique identifier of browser profile to use save_browser_data:
622
- Whether to save browser state/data for the user to download later
623
+ profile_id: Unique identifier of browser profile to use (use if you want to
624
+ start a new session)
623
625
624
626
extra_headers: Send extra headers
625
627
0 commit comments