Skip to content

Commit 5d20182

Browse files
committed
fix(copilot): remove unrelated catalog drift
1 parent 5f1e04a commit 5d20182

2 files changed

Lines changed: 0 additions & 35 deletions

File tree

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

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export interface ToolCatalogEntry {
7171
| 'load_deployment'
7272
| 'load_integration_tool'
7373
| 'load_skill'
74-
| 'load_slide_layout'
7574
| 'manage_credential'
7675
| 'manage_custom_tool'
7776
| 'manage_knowledge_base'
@@ -200,7 +199,6 @@ export interface ToolCatalogEntry {
200199
| 'load_deployment'
201200
| 'load_integration_tool'
202201
| 'load_skill'
203-
| 'load_slide_layout'
204202
| 'manage_credential'
205203
| 'manage_custom_tool'
206204
| 'manage_knowledge_base'
@@ -3145,24 +3143,6 @@ export const LoadSkill: ToolCatalogEntry = {
31453143
},
31463144
}
31473145

3148-
export const LoadSlideLayout: ToolCatalogEntry = {
3149-
id: 'load_slide_layout',
3150-
name: 'load_slide_layout',
3151-
route: 'go',
3152-
mode: 'sync',
3153-
parameters: {
3154-
type: 'object',
3155-
properties: {
3156-
name: {
3157-
type: 'string',
3158-
description:
3159-
"Layout name exactly as it appears in the Layout Library index (e.g. 'metric-cards').",
3160-
},
3161-
},
3162-
required: ['name'],
3163-
},
3164-
}
3165-
31663146
export const ManageCredential: ToolCatalogEntry = {
31673147
id: 'manage_credential',
31683148
name: 'manage_credential',
@@ -7064,7 +7044,6 @@ export const TOOL_CATALOG: Record<string, ToolCatalogEntry> = {
70647044
[LoadDeployment.id]: LoadDeployment,
70657045
[LoadIntegrationTool.id]: LoadIntegrationTool,
70667046
[LoadSkill.id]: LoadSkill,
7067-
[LoadSlideLayout.id]: LoadSlideLayout,
70687047
[ManageCredential.id]: ManageCredential,
70697048
[ManageCustomTool.id]: ManageCustomTool,
70707049
[ManageKnowledgeBase.id]: ManageKnowledgeBase,

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3028,20 +3028,6 @@ export const TOOL_RUNTIME_SCHEMAS: Record<string, ToolRuntimeSchemaEntry> = {
30283028
},
30293029
resultSchema: undefined,
30303030
},
3031-
load_slide_layout: {
3032-
parameters: {
3033-
type: 'object',
3034-
properties: {
3035-
name: {
3036-
type: 'string',
3037-
description:
3038-
"Layout name exactly as it appears in the Layout Library index (e.g. 'metric-cards').",
3039-
},
3040-
},
3041-
required: ['name'],
3042-
},
3043-
resultSchema: undefined,
3044-
},
30453031
manage_credential: {
30463032
parameters: {
30473033
type: 'object',

0 commit comments

Comments
 (0)