v0.4.0 #2

Merged
ton merged 24 commits from v0.4.0 into main 2026-07-04 06:34:09 +00:00
Showing only changes of commit f2b56640cc - Show all commits
+1 -1
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
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 only respond in format as described below>
<you should only respond in JSON format as described below>
{
"plan": "...",
"actionname": "...",