This commit is contained in:
youremail@yourdomain.com
2023-12-20 02:40:10 +00:00
parent 08d87dc899
commit 4baa33779c

View File

@@ -566,9 +566,6 @@ function directconversation(a::agentReflex, usermsg::String)
response = nothing
_ = addNewMessage(a, "user", usermsg)
if isusetools # use tools before responseing
workstate, response = work(a)
end
response = chat_mistral_openorca(a)
response = removeTrailingCharacters(response)