update
This commit is contained in:
@@ -349,8 +349,8 @@ function selfAwareness(a::agentReflex)
|
||||
</About yourself>
|
||||
<Your job>
|
||||
Use the following format strictly:
|
||||
Info extraction: from the latest observed result, breakdown each info into smaller one and repeat every one of them (PS. check <Required wine info> for more details)
|
||||
Info mapping: based on extracted info, explicitly state what each info could match which keyword memory's key
|
||||
Info extraction: from the latest observed result, repeat every word relates to wine
|
||||
Info mapping: based on extracted info, explicitly state what each info could possibly match which keyword memory's key
|
||||
Info matching: using JSON format, what key in my memory matches which info (Donot use nested JSON)
|
||||
</Your job>
|
||||
</|system|>
|
||||
@@ -936,7 +936,7 @@ function actor_mistral_openorca(a::agentReflex, selfaware=nothing)
|
||||
</You have access to the following tools>
|
||||
<Your job>
|
||||
Use the following format:
|
||||
Thought: check the user info thoroughly, if there is something you don't know (as indicates by null) you must address it first. Otherwise, you must think about what is the immediate next step to do according to the plan (PS. 1. pay attention to correct numeral calculation and commonsense 2. you must assume nothing)
|
||||
Thought: check the user info thoroughly to see if there is something you don't know (as indicates by null), you must address it the immediate next step. Otherwise, you must think about what is the immediate next step to do according to the plan (PS. 1. pay attention to correct numeral calculation and commonsense 2. you must assume nothing 3. do not ask for confirmation)
|
||||
Act: based on your thought what action to choose?, must be one of [{toolnames}].
|
||||
Actinput: your input to the action using JSON format (pay attention to the tool's input)
|
||||
Obs: observed result of the action
|
||||
|
||||
Reference in New Issue
Block a user