Skip to content

Commit 23af5b9

Browse files
improvement(mothership): user_table speed parity — limit bounds, keyset paging, async import/delete jobs
1 parent cc56408 commit 23af5b9

6 files changed

Lines changed: 858 additions & 158 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3958,7 +3958,8 @@ export const UserTable: ToolCatalogEntry = {
39583958
},
39593959
limit: {
39603960
type: 'number',
3961-
description: 'Maximum rows to return or affect (optional, default 100)',
3961+
description:
3962+
'Maximum rows to return or affect (optional; default 100, max 1000). For delete_rows_by_filter, omitting it lets matches above 1000 run as a background job.',
39623963
},
39633964
mapping: {
39643965
type: 'object',
@@ -4011,7 +4012,7 @@ export const UserTable: ToolCatalogEntry = {
40114012
},
40124013
offset: {
40134014
type: 'number',
4014-
description: 'Number of rows to skip (optional for query_rows, default 0)',
4015+
description: 'Number of rows to skip for query_rows pagination (optional, default 0).',
40154016
},
40164017
outputColumnNames: {
40174018
type: 'object',

0 commit comments

Comments
 (0)