Skip to content

Commit aafa050

Browse files
committed
chore(copilot): sync updated wait tool contract
1 parent db6eab4 commit aafa050

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sim/lib/copilot/generated/tool-catalog-v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4825,7 +4825,7 @@ export const Wait: ToolCatalogEntry = {
48254825
description:
48264826
'What you are waiting for, in a few words (e.g. "the test suite to finish"). Shown to the user so the pause is not unexplained.',
48274827
},
4828-
seconds: { type: 'number', description: 'How long to pause, in seconds. Capped at 30.' },
4828+
seconds: { type: 'number', description: 'How long to pause, in seconds. Capped at 120.' },
48294829
},
48304830
required: ['seconds'],
48314831
},

apps/sim/lib/copilot/generated/tool-schemas-v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4492,7 +4492,7 @@ export const TOOL_RUNTIME_SCHEMAS: Record<string, ToolRuntimeSchemaEntry> = {
44924492
},
44934493
seconds: {
44944494
type: 'number',
4495-
description: 'How long to pause, in seconds. Capped at 30.',
4495+
description: 'How long to pause, in seconds. Capped at 120.',
44964496
},
44974497
},
44984498
required: ['seconds'],

0 commit comments

Comments
 (0)