fix to_capcha

This commit is contained in:
VladislavIlin7 2026-04-24 15:55:07 +03:00
parent f1f32d8366
commit 3b7d02ee81
3 changed files with 13 additions and 1 deletions

View file

@ -154,6 +154,15 @@ SKILLS_GUIDANCE = (
"Skills that aren't maintained become liabilities."
)
BROWSER_CAPTCHA_GUIDANCE = (
"For browser tasks, do not pre-emptively refuse just because CAPTCHA may appear. "
"Start the task with internet_browser. "
"If the browser runtime reports status='awaiting_user_captcha', immediately use to_captcha "
"to hand control to the user for manual verification and then resume. "
"Important: you must never claim that you solved CAPTCHA yourself and you must not attempt bypass methods. "
"Your role is orchestration: run browser steps, request manual CAPTCHA completion from the user, verify, and continue."
)
PLATFORM_HINTS = {
"whatsapp": (
"You are on a text messaging communication platform, WhatsApp. "