You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Reusable session ID returned by an earlier browser call in this chat. Supply it only on a later user message that continues the same browsing objective, and at most once per user message.',
299
+
type: 'string',
300
+
},
298
301
task: {
299
302
description:
300
-
'The web task to complete, in plain language (include the target site/URL if known).',
303
+
"Optional brief scoping instruction that the conversation does not already convey. Do not restate the user's request.",
304
+
type: 'string',
305
+
},
306
+
title: {
307
+
description:
308
+
"Required private orchestration label (3–8 words) for this Browser Agent session's stable objective. When resuming with sessionId, copy the registry title unchanged.",
'Target path under workflows/. An existing folder (or a path ending in "/") duplicates sources into it keeping their names; otherwise the last segment names the copy and the preceding segments are the target folder (created automatically when missing).',
1254
1263
},
1255
1264
sources: {
1256
1265
type: 'array',
1257
-
maxItems: 100,
1258
1266
description:
1259
1267
'Canonical workflow VFS paths to duplicate, e.g. ["workflows/My%20Workflow"]. Copy paths verbatim from glob/grep/read output.',
'Target path. A path ending in "/" (or naming an existing folder) moves sources into it keeping their names — always use the trailing "/" form when targeting a folder. Otherwise the last segment is the new name and the preceding segments are the target folder (created automatically when missing).',
3749
3746
},
3750
3747
sources: {
3751
3748
type: 'array',
3752
-
maxItems: 100,
3753
3749
description:
3754
3750
'Canonical VFS paths to move or rename, e.g. ["files/draft.md"]. All sources must share one category. Copy paths verbatim from glob/grep/read output.',
'Canonical VFS paths to delete, e.g. ["files/Reports/draft.md"]. Copy paths verbatim from glob/grep/read output. Paths from different categories may be mixed in one call.',
'Reusable session ID returned by an earlier browser call in this chat. Supply it only on a later user message that continues the same browsing objective, and at most once per user message.',
45
+
type: 'string',
46
+
},
42
47
task: {
43
48
description:
44
-
'The web task to complete, in plain language (include the target site/URL if known).',
49
+
"Optional brief scoping instruction that the conversation does not already convey. Do not restate the user's request.",
50
+
type: 'string',
51
+
},
52
+
title: {
53
+
description:
54
+
"Required private orchestration label (3–8 words) for this Browser Agent session's stable objective. When resuming with sessionId, copy the registry title unchanged.",
'Target path under workflows/. An existing folder (or a path ending in "/") duplicates sources into it keeping their names; otherwise the last segment names the copy and the preceding segments are the target folder (created automatically when missing).',
1118
1129
},
1119
1130
sources: {
1120
1131
type: 'array',
1121
-
maxItems: 100,
1122
1132
description:
1123
1133
'Canonical workflow VFS paths to duplicate, e.g. ["workflows/My%20Workflow"]. Copy paths verbatim from glob/grep/read output.',
'Target path. A path ending in "/" (or naming an existing folder) moves sources into it keeping their names — always use the trailing "/" form when targeting a folder. Otherwise the last segment is the new name and the preceding segments are the target folder (created automatically when missing).',
3626
3625
},
3627
3626
sources: {
3628
3627
type: 'array',
3629
-
maxItems: 100,
3630
3628
description:
3631
3629
'Canonical VFS paths to move or rename, e.g. ["files/draft.md"]. All sources must share one category. Copy paths verbatim from glob/grep/read output.',
'Canonical VFS paths to delete, e.g. ["files/Reports/draft.md"]. Copy paths verbatim from glob/grep/read output. Paths from different categories may be mixed in one call.',
0 commit comments