예제 #1
0
        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");
        }
예제 #2
0
        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");
        }