As a java developer, I want to keep the history of conversation between Human and AI so that AI can have the context of conversation and remember at least some previous messages.
I want to be able to define the initial system prompt
I want to be able to define the number of messages to keep
I want to be able to define the number of tokens to keep (to control the cost. more tokens == more costs)
As a java developer, I want to keep the history of conversation between Human and AI so that AI can have the context of conversation and remember at least some previous messages.