From aacae344c2b51ee838ca32898737ca40de4b85ba Mon Sep 17 00:00:00 2001 From: narawat lamaiin Date: Fri, 26 Apr 2024 21:36:32 +0700 Subject: [PATCH] update --- src/mcts.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mcts.jl b/src/mcts.jl index 99659de..48cb056 100644 --- a/src/mcts.jl +++ b/src/mcts.jl @@ -316,8 +316,10 @@ function iterativeprompting(a::T, prompt::String, verification::Function) where if correct break - else # add feedback to prompt + else + # get LLM critique + # add critique to prompt end