We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4521402 commit e7005daCopy full SHA for e7005da
1 file changed
apps/sim/tools/apollo/account_bulk_update.ts
@@ -74,7 +74,7 @@ export const apolloAccountBulkUpdateTool: ToolConfig<
74
if (params.account_attributes) {
75
if (Array.isArray(params.account_attributes)) {
76
if (params.account_attributes.length > 0) {
77
- body.account_attributes = params.account_attributes
+ body.account_attributes = params.account_attributes.slice(0, 1000)
78
}
79
} else if (
80
typeof params.account_attributes === 'object' &&
0 commit comments