fix script run totp (#3632)

This commit is contained in:
Shuchang Zheng
2025-10-07 01:26:42 -07:00
committed by GitHub
parent d7fe7b6e34
commit 337687dbdc
2 changed files with 2 additions and 0 deletions

View File

@@ -610,6 +610,7 @@ class SkyvernPage:
template="script-generation-input-text-generatiion",
intention=intention,
goal=prompt,
data=data,
)
json_response = await app.SINGLE_INPUT_AGENT_LLM_API_HANDLER(
prompt=script_generation_input_text_prompt,

View File

@@ -1439,6 +1439,7 @@ async def handle_input_text_action(
error_type=type(inc_error).__name__,
error_message=str(inc_error),
)
raise inc_error
except Exception as inc_error:
# Handle any other unexpected errors during incremental element processing
LOG.warning(