Commit a83dac71 authored by youxiaoji's avatar youxiaoji

* [增加日志记录message]

parent 2f26b597
...@@ -147,7 +147,9 @@ public class DefaultReactExecutor implements ReactExecutor { ...@@ -147,7 +147,9 @@ public class DefaultReactExecutor implements ReactExecutor {
} }
messages.add(new UserMessage(userInput)); messages.add(new UserMessage(userInput));
for(Message message : messages) {
log.info("message is {}",message);
}
return new Prompt(messages); return new Prompt(messages);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment