use different prompt name for click completion check (#4048)

This commit is contained in:
LawyZheng
2025-11-21 01:19:13 +08:00
committed by GitHub
parent 5fc9435ef3
commit e98c613c7c

View File

@@ -851,7 +851,7 @@ async def handle_sequential_click_for_dropdown(
response = await app.CHECK_USER_GOAL_LLM_API_HANDLER(
prompt=prompt,
step=step,
prompt_name="check-user-goal",
prompt_name="check-user-goal-after-click",
)
verify_result = CompleteVerifyResult.model_validate(response)
if verify_result.user_goal_achieved: