diff --git a/src/mcts.jl b/src/mcts.jl index 3b6248b..99659de 100644 --- a/src/mcts.jl +++ b/src/mcts.jl @@ -294,10 +294,17 @@ function iterativeprompting(a::T, prompt::String, verification::Function) where msgMeta = GeneralUtils.generate_msgMeta( a.config[:thirdPartyService][:text2textinstruct], - + senderName= "iterativeprompting", + senderId= a.id, + receiverName= "text2textinstruct", ) - outgoing = + outgoingMsg = Dict( + :msgMeta, + :payload=> Dict( + :text=> prompt, + ) + ) # iteration loop while true