update
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
""",
|
||||
|
||||
Reference in New Issue
Block a user