@@ -113,16 +113,17 @@ def create(
113113 - 400: If session is stopped or already has a running task
114114
115115 Args:
116- agent_settings: Configuration settings for the AI agent
116+ agent_settings: Configuration settings for the agent
117117
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
120121
121122 browser_settings: Configuration settings for the browser session
122123
123124 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)
126127
127128 extra_headers: Send extra headers
128129
@@ -610,16 +611,17 @@ async def create(
610611 - 400: If session is stopped or already has a running task
611612
612613 Args:
613- agent_settings: Configuration settings for the AI agent
614+ agent_settings: Configuration settings for the agent
614615
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
617619
618620 browser_settings: Configuration settings for the browser session
619621
620622 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)
623625
624626 extra_headers: Send extra headers
625627
0 commit comments