Skip to content

Commit 38f328d

Browse files
committed
feat(copilot): describe platform agent delegation
1 parent 6cd2210 commit 38f328d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3848,7 +3848,8 @@ export const Platform: ToolCatalogEntry = {
38483848
parameters: {
38493849
properties: {
38503850
task: {
3851-
description: 'A task for the Platform agent.',
3851+
description:
3852+
"A fully self-contained question about Sim — the platform agent sees none of this conversation, so include every name, id, constraint, and prior finding it needs. Example: 'what is the minimum schedule-trigger interval, and does it differ by plan?' or 'does the agent block persist memory across runs?'.",
38523853
type: 'string',
38533854
},
38543855
},

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3712,7 +3712,8 @@ export const TOOL_RUNTIME_SCHEMAS: Record<string, ToolRuntimeSchemaEntry> = {
37123712
parameters: {
37133713
properties: {
37143714
task: {
3715-
description: 'A task for the Platform agent.',
3715+
description:
3716+
"A fully self-contained question about Sim — the platform agent sees none of this conversation, so include every name, id, constraint, and prior finding it needs. Example: 'what is the minimum schedule-trigger interval, and does it differ by plan?' or 'does the agent block persist memory across runs?'.",
37163717
type: 'string',
37173718
},
37183719
},

0 commit comments

Comments
 (0)