Skip to content

Commit 4ee3937

Browse files
docs(mothership): trim user_table catalog copy to the essentials
Drop the verbose doomedCount/affectedCount, delete-mask, workflow-recompute, and unique-column asides from the bulk-op descriptions. The model only needs: large ops return { jobId }, limit maxes at 1000, one job per table. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 7535e33 commit 4ee3937

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
@@ -3959,7 +3959,7 @@ export const UserTable: ToolCatalogEntry = {
39593959
limit: {
39603960
type: 'number',
39613961
description:
3962-
'Maximum rows to return or affect (optional; default 100, max 1000). For delete_rows_by_filter and update_rows_by_filter, omitting it lets matches above 1000 run as a background job.',
3962+
'Maximum rows to return or affect (default 100, max 1000). For update_rows_by_filter / delete_rows_by_filter, omit to act on every match — large match sets run as a background job.',
39633963
},
39643964
mapping: {
39653965
type: 'object',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3687,7 +3687,7 @@ export const TOOL_RUNTIME_SCHEMAS: Record<string, ToolRuntimeSchemaEntry> = {
36873687
limit: {
36883688
type: 'number',
36893689
description:
3690-
'Maximum rows to return or affect (optional; default 100, max 1000). For delete_rows_by_filter and update_rows_by_filter, omitting it lets matches above 1000 run as a background job.',
3690+
'Maximum rows to return or affect (default 100, max 1000). For update_rows_by_filter / delete_rows_by_filter, omit to act on every match — large match sets run as a background job.',
36913691
},
36923692
mapping: {
36933693
type: 'object',

0 commit comments

Comments
 (0)