From 64f488dbb380c3f40c69b5dd378115dbfe834d36 Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Thu, 18 Apr 2024 13:57:13 +0700 Subject: [PATCH] update --- src/interface.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/interface.jl b/src/interface.jl index 493d0ef..bb06717 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -92,7 +92,9 @@ function conversation(a::T) where {T<:agent} #TODO add "newtopic" command to delete history # check for incoming user message if isready(a.receiveUserMsgChannel) + println("---> success 1") incomingMsg = take!(a.receiveUserMsgChannel) + println("---> success 2") @show incomingMsg end