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