This commit is contained in:
narawat lamaiin
2025-06-17 12:53:32 +07:00
parent 5d552d96c4
commit f2b56640cc

View File

@@ -208,7 +208,7 @@ function decisionMaker(a::T; recentevents::Integer=20, maxattempt=10
2) actionname: (Typically corresponds to the execution of the first step in your plan) Can be one of the available tool name 2) actionname: (Typically corresponds to the execution of the first step in your plan) Can be one of the available tool name
3) actioninput: The input to the action you are about to perform according to your plan. 3) actioninput: The input to the action you are about to perform according to your plan.
</you should then respond to the user with interleaving Plan, Action_name, Action_input> </you should then respond to the user with interleaving Plan, Action_name, Action_input>
<you should only respond in format as described below> <you should only respond in JSON format as described below>
{ {
"plan": "...", "plan": "...",
"actionname": "...", "actionname": "...",