spring-ai
spring-ai copied to clipboard
fix null systemText in PromptChatMemoryAdvisor
trafficstars
I started having null word in LLM prompts while using PromptChatMemoryAdvisor.
Since systemText is @Nullable, as a fix I added check for it.
@ThomasVitale
@MilosHavranek thanks for your contribution!
@MilosHavranek Thanks for the PR. Rebased and merged as 9e9980707
Awesome, thx 👍