update verification code prompt (#2797)
Co-authored-by: lawyzheng <lawyzheng1106@gmail.com>
This commit is contained in:
@@ -17,7 +17,8 @@ Reply in JSON format with the following keys:
|
||||
"text": str, // The text to input.
|
||||
}]{% if verification_code_check %}
|
||||
"verification_code_reasoning": str, // Let's think step by step. Describe what you see and think if there is somewhere on the current page where you must enter the verification code now for login or any verification step. Explain why you believe a verification code needs to be entered somewhere or not. Do not imagine any place to enter the code if the code has not been sent yet.
|
||||
"place_to_enter_verification_code": bool // Whether there is a place on the current page to enter the verification code now. {% endif %}
|
||||
"place_to_enter_verification_code": bool, // Whether there is a place on the current page to enter the verification code now. {% endif %}
|
||||
"should_enter_verification_code": bool // Whether the user should proceed to enter the verification code
|
||||
}
|
||||
|
||||
User instruction:
|
||||
|
||||
Reference in New Issue
Block a user