make totp code fetch more reliable (#809)

This commit is contained in:
Shuchang Zheng
2024-09-11 00:03:09 -07:00
committed by GitHub
parent 200e8207ce
commit 2b365bce59
3 changed files with 4 additions and 1 deletions

View File

@@ -1617,7 +1617,7 @@ class ForgeAgent:
browser_state,
element_tree_in_prompt,
verification_code_check=False,
expire_verification_code=False,
expire_verification_code=True,
)
return await app.LLM_API_HANDLER(
prompt=extract_action_prompt,