This commit is contained in:
youremail@yourdomain.com
2023-12-21 15:05:51 +00:00
parent 859d42c903
commit f6427d6c35
2 changed files with 4 additions and 4 deletions

View File

@@ -1233,7 +1233,7 @@ function checkStepCompletion(a)
Your earlier work:
$work
Your job is to check whether step $(a.step) of your work is completed according to the plan.
Your task is to check whether step $(a.step) of your work is completed according to the plan.
So for instance the following:
Step 2 of the plan: Ask user about their preferred taste of a pizza.
Obs: I love Malvasia.

View File

@@ -166,9 +166,9 @@ function agentReflex(
""",
:actor=>
"""
Use the following format:
Thought: do step {step} of the plan (pay attention to correct numeral calculation and commonsense).
Act: the action to take that align with your thought, should be one of [{toolnames}]
Your task is to do the following:
Thought: you think what to do based on step {step} of the plan (pay attention to correct numeral calculation and commonsense).
Act: the action to take according to your thought, should be one of [{toolnames}]
Actinput: your input to the action you chose (pay attention to the tool's input)
Obs: observed result of the action
""",