We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7e91c commit 9fc08ccCopy full SHA for 9fc08cc
1 file changed
src/grok/processor.ts
@@ -465,7 +465,7 @@ export async function parseOpenAiFromGrokNdjson(
465
}
466
467
// If upstream emits placeholder/empty generatedImageUrls in intermediate frames, keep scanning.
468
- if (Array.isArray(rawUrls) && rawUrls.length > 0) continue;
+ if (Array.isArray(rawUrls)) continue;
469
470
// For normal chat replies, the first modelResponse is enough.
471
break;
0 commit comments