Add any information that helps from the last message of CUA when there's no data extraction goal (#2149)

This commit is contained in:
Shuchang Zheng
2025-04-13 02:50:07 -07:00
committed by GitHub
parent 50dc41c7cc
commit 1ed5f22200
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ Help the user decide what to do next based on the assistant's message. Here's th
Return the action to take next in the following JSON format:
{
"action": str // complete, terminate, solve_captcha, get_verification_code
"useful_information": str // If there is any useful information the assistant has provided that contributes to the user goal, put it here.
}
User goal: {{ navigation_goal }}