You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consttask_description=`\nCurrent time is: ${getTimeString()}\n
@@ -19,6 +21,17 @@ As a professional personal assistant (Doubao) capable of solving various user pr
19
21
constgui_task_description=`\nCurrent time is: ${getTimeString()}\n
20
22
You are a GUI agent. You are given a task and your action history, with screenshots. You need to perform the next action to complete the task. \n`;
21
23
24
+
constgame_task_description=`You should begin by detailing the internal reasoning process, and then present the answer to the user. The reasoning process should be enclosed within <${think_token}> </${think_token}> tags, as follows:
25
+
<${think_token}> reasoning process here </${think_token}> answer here.
26
+
You have different modes of thinking:
27
+
Unrestricted think mode: Engage in an internal thinking process with thorough reasoning and reflections. You have an unlimited budget for thinking tokens and can continue thinking until you fully solve the problem.
28
+
Efficient think mode: Provide a concise internal thinking process with efficient reasoning and reflections. You don't have a strict token budget but be less verbose and more direct in your thinking.
29
+
No think mode: Respond directly to the question without any internal reasoning process or extra thinking tokens. Still follow the template with the minimum required thinking tokens to justify the answer.
30
+
Budgeted think mode: Limit your internal reasoning and reflections to stay within the specified token budget
31
+
Based on the complexity of the problem, select the appropriate mode for reasoning among the provided options listed below.
32
+
Provided Mode(s):
33
+
Unrestricted think.
34
+
You are provided with a task description, a history of previous actions, and corresponding screenshots. Your goal is to perform the next action to complete the task. Please note that if performing the same action multiple times results in a static screen with no changes, you should attempt a modified or alternative action.`;
22
35
23
36
//Mixed scenarios use this additional_notes
24
37
constomni_additional_notes=`- Use english in your reasoning process. \n
0 commit comments