internal static void NewInfoTest() { var agent = new EmptyAgent(); agent.Input("say what is instead of how to evaluate"); agent.Input("hello"); agent.Input("hello is a greeting"); }
internal static void EmptyAgentTest() { // Database.DebugTrigger(32); var agent = new EmptyAgent(); agent.Input("say what is instead of how to evaluate"); agent.Input("hello"); agent.Input("say hi"); agent.Input("say I understand instead of ok"); }