← Back to wkappbot-webbot
wkappbot-webbot ★☆☆

ChatGPT BLANK false-positive guard

After ChatGPT responds it navigates to /c/UUID, causing transient BLANK detection. Logic: blankCount++; if blankCount >= 3 abort with BLANK_PAGE. No dynamic 30s/20-blank window ??simple 3-strike rule.

user/developer
cdpchatgptaskstabilityblankproject

Steps

  1. PollStreamingResponseAsync polls every 1s
  2. On '\x01BLANK': blankCount++; if >= 3 return...
  3. Otherwise continue polling until timeoutSec...