From b5a00bc69489d9b88c701a2ba296fa2c386885b8 Mon Sep 17 00:00:00 2001 From: narawat Date: Wed, 30 Jul 2025 18:08:57 +0700 Subject: [PATCH] update --- src/interface.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface.jl b/src/interface.jl index 79bc7c1..d19b59a 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -470,6 +470,7 @@ function evaluator(a::T1, timeline, decisiondict, evaluateecontext - The trainee's plan, actionname, and actioninput must be logically consistent - The trainee's actioninput should be in a proper format as specified by the tools. + - The trainee's action name and action input should make sense. For example, if the trainee isn't finished talking, he shouldn't use the ENDCONVERSATION tool. 1) trajectory_evaluation: Analyze the trajectory of a solution to answer the user's original question.