Skip to content

Commit b551d90

Browse files
docs(mothership): drop redundant background note from limit arg
The op descriptions already cover background escalation; the limit arg only needs to say what the param does. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 27abafb commit b551d90

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). Large operations run in the background automatically. Omit on update_rows_by_filter / delete_rows_by_filter to act on every match.',
3962+
'Maximum rows to return or affect (optional, default 100). Omit on update_rows_by_filter / delete_rows_by_filter to act on every match.',
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). Large operations run in the background automatically. Omit on update_rows_by_filter / delete_rows_by_filter to act on every match.',
3690+
'Maximum rows to return or affect (optional, default 100). Omit on update_rows_by_filter / delete_rows_by_filter to act on every match.',
36913691
},
36923692
mapping: {
36933693
type: 'object',

0 commit comments

Comments
 (0)