log skyvern's response to CUA questions (#2209)

This commit is contained in:
Shuchang Zheng
2025-04-22 05:47:46 +08:00
committed by GitHub
parent b3e895ea4b
commit 293ef40ad1

View File

@@ -1304,6 +1304,7 @@ class ForgeAgent:
step=step,
screenshots=scraped_page.screenshots,
)
LOG.info("Skyvern response to CUA question", skyvern_response=skyvern_response)
resp_content = skyvern_response.get("answer")
if not resp_content:
resp_content = "I don't know. Can you help me make the best decision to achieve the goal?"