From 08d87dc89926054a100adc994ef09a7ad29c5998 Mon Sep 17 00:00:00 2001 From: "narawat@gmail.com" Date: Wed, 20 Dec 2023 01:09:51 +0000 Subject: [PATCH] update --- src/interface.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/interface.jl b/src/interface.jl index f19c687..befcf5d 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -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