fix script run totp (#3632)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user