Skip to content

Commit 630f4a1

Browse files
committed
update types
1 parent 52c94cd commit 630f4a1

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2834,6 +2834,11 @@ export const UserTable: ToolCatalogEntry = {
28342834
type: 'object',
28352835
description:
28362836
'Optional explicit CSV-header → table-column mapping for import_file, as { "csvHeader": "columnName" | null }. When omitted, headers are auto-matched by sanitized name (case-insensitive fallback). Use null to skip a CSV column.',
2837+
additionalProperties: {
2838+
type: 'string',
2839+
description:
2840+
'Target column name on the table. Use null to skip this CSV header instead of a column name.',
2841+
},
28372842
},
28382843
mode: {
28392844
type: 'string',

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,6 +2639,11 @@ export const TOOL_RUNTIME_SCHEMAS: Record<string, ToolRuntimeSchemaEntry> = {
26392639
type: 'object',
26402640
description:
26412641
'Optional explicit CSV-header → table-column mapping for import_file, as { "csvHeader": "columnName" | null }. When omitted, headers are auto-matched by sanitized name (case-insensitive fallback). Use null to skip a CSV column.',
2642+
additionalProperties: {
2643+
type: 'string',
2644+
description:
2645+
'Target column name on the table. Use null to skip this CSV header instead of a column name.',
2646+
},
26422647
},
26432648
mode: {
26442649
type: 'string',

0 commit comments

Comments
 (0)