Currently only the last message is used as input for the model. Previous chat messages should also be included for better context. - [ ] Use input messages from API call and feed it to LC4J Memory with a token window, see https://github.com/langchain4j/langchain4j-examples/blob/main/other-examples/src/main/java/ChatMemoryExamples.java
Currently only the last message is used as input for the model. Previous chat messages should also be included for better context.