bitsofinfo
bitsofinfo
Is there any chance this will ever be addressed?
interested as well!
actually looks to be `AIServiceMethodImplementationSupport.createMessagesToSendForExistingMemory` which calls `DefaultCommittableChatMemory.add(defaultSystemMessage)` and the impl of `DefaultCommittableChatMemory.add` removes any pre-existing SystemMessage and replaces it w/ the default one, which ends up smoking the "compressed...
Also this `findAny()` here.... what if there are multiple system messages being managed in the application? this just grabs a random one.... when I assume the intent is to grab...
I see #6378 closed, however the chart I am using doesn't produce a service that literally defines `spec.clusterIP` in the helm release, yet I am getting this `invalid: spec.clusterIP: Invalid...
@bacongobbler will check it out, but I can't really run a fork, this is a production need. whats the ETA on these backwards compatible features being released?
experiencing this as well, chatmemory will just recreate constantly for the same memoryId when using @RegisterAiService(chatMemoryProviderSupplier= and a custom named ai service....