Skip to content

Commit 86fd659

Browse files
committed
feat(copilot): describe platform agent delegation
1 parent ea24604 commit 86fd659

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
@@ -3878,7 +3878,8 @@ export const Platform: ToolCatalogEntry = {
38783878
parameters: {
38793879
properties: {
38803880
task: {
3881-
description: 'A task for the Platform agent.',
3881+
description:
3882+
"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?'.",
38823883
type: 'string',
38833884
},
38843885
},

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3732,7 +3732,8 @@ export const TOOL_RUNTIME_SCHEMAS: Record<string, ToolRuntimeSchemaEntry> = {
37323732
parameters: {
37333733
properties: {
37343734
task: {
3735-
description: 'A task for the Platform agent.',
3735+
description:
3736+
"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?'.",
37363737
type: 'string',
37373738
},
37383739
},

0 commit comments

Comments
 (0)