update
This commit is contained in:
@@ -429,7 +429,6 @@ function conversation(a::T, usermsg::String) where {T<:agent}
|
||||
prompt = generatePrompt_react_mistral_openorca(a, usermsg)
|
||||
respond = work(a, prompt)
|
||||
else # continue thought
|
||||
a.context = conversationSummary(a)
|
||||
_ = addNewMessage(a, "user", usermsg)
|
||||
prompt = generatePrompt_react_mistral_openorca(a, usermsg, continuethought=true)
|
||||
respond = work(a, prompt)
|
||||
|
||||
Reference in New Issue
Block a user