File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 26
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browser-use%2Fbrowser-use-3a9488448292a0736b08b2d6427e702eaf7106d86345ca2e65b64bed4398b036 .yml
3
- openapi_spec_hash : 5ff2781dcc11a0c9aa353f5cb14bcc16
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/browser-use%2Fbrowser-use-9f5ca0cd0a64c620cebceaebf7c6f8c3a917aa6fbc2ea6b9d2a6e3b9d17aaea4 .yml
3
+ openapi_spec_hash : 3d30ebd2ed6ab3a5b42b6b267a45d34f
4
4
config_hash : 9d52be5177b2ede4cb0633c04f4cc4ef
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ import * as TasksAPI from './tasks';
17
17
18
18
export class Tasks extends APIResource {
19
19
/**
20
- * Create and start a new AI agent task.
20
+ * Create and start a new Browser Use Agent task.
21
21
*
22
22
* This is the main endpoint for running AI agents. You can either:
23
23
*
24
- * 1. Start a new session with a new task
25
- * 2. Add a follow-up task to an existing session
24
+ * 1. Start a new session with a new task.
25
+ * 2. Add a follow-up task to an existing session.
26
26
*
27
27
* When starting a new session:
28
28
*
@@ -43,9 +43,8 @@ export class Tasks extends APIResource {
43
43
* - Browser profiles: Control browser settings and environment (only used for new
44
44
* sessions)
45
45
* - File uploads: Include documents for the agent to work with
46
- * - Structured output: Define the format you want results in
47
- * - Task metadata: Add custom data for tracking and organization (useful when
48
- * using webhooks)
46
+ * - Structured output: Define the format of the task result
47
+ * - Task metadata: Add custom data for tracking and organization
49
48
*
50
49
* Args:
51
50
*
You can’t perform that action at this time.
0 commit comments