add log for fallback action repsonse for CUA (#2176)

This commit is contained in:
Shuchang Zheng
2025-04-16 19:39:23 -07:00
committed by GitHub
parent 35c4763bba
commit e3541d8167

View File

@@ -364,6 +364,7 @@ async def parse_cua_actions(
prompt=fallback_action_prompt, prompt=fallback_action_prompt,
prompt_name="cua-fallback-action", prompt_name="cua-fallback-action",
) )
LOG.info("Fallback action response", action_response=action_response)
skyvern_action_type = action_response.get("action") skyvern_action_type = action_response.get("action")
useful_information = action_response.get("useful_information") useful_information = action_response.get("useful_information")
action = WaitAction( action = WaitAction(