You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
messageTemplate: `Invalid ARN format. ARN should follow the pattern: arn:aws:bedrock:region:account-id:resource-type/resource-name`,
1179
1183
logLevel: "error",
1180
1184
},
1185
+
TOO_MANY_IMAGES: {
1186
+
patterns: ["too many images","too many images and documents"],
1187
+
messageTemplate: `Too many images in conversation. AWS Bedrock has a limit of 20 images per conversation.
1188
+
1189
+
The system has automatically limited the conversation to the 20 most recent images to resolve this issue. Older images have been replaced with descriptive text placeholders.
1190
+
1191
+
This is normal behavior when using the browser tool extensively, as each browser action captures a screenshot.`,
1192
+
logLevel: "info",
1193
+
},
1181
1194
VALIDATION_ERROR: {
1182
1195
patterns: [
1183
1196
"input tag",
@@ -1235,6 +1248,7 @@ Please check:
1235
1248
"SERVICE_QUOTA_EXCEEDED",// Most specific - check before THROTTLING
0 commit comments