This commit is contained in:
2023-12-20 01:09:51 +00:00
parent 11cae89eed
commit 08d87dc899

View File

@@ -2,9 +2,9 @@ module interface
export agentReact, agentReflex,
addNewMessage, clearMessage, removeLatestMsg, conversation, writeEvaluationGuideline,
grading, analyze, selfReflext, actor_mistral_openorca2, formulateUserresponse,
extractinfo, updateEnvState, chat_mistral_openorca
addNewMessage, clearMessage, removeLatestMsg, conversation, directconversation,
writeEvaluationGuideline, grading, analyze, selfReflext, actor_mistral_openorca2,
formulateUserresponse, extractinfo, updateEnvState, chat_mistral_openorca
using JSON3, DataStructures, Dates, UUIDs, HTTP
using CommUtils, GeneralUtils
@@ -729,7 +729,7 @@ function actor(a::agentReflex)
@show a.step
#WORKING checkStepCompletion
iscomplete = checkStepCompletion(a::agentReflex)
if iscomplete
# if iscomplete
if a.step < totalsteps # the last step of the plan is responding, let work() do this part