spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

fix null systemText in PromptChatMemoryAdvisor

Open MilosHavranek opened this issue 6 months ago • 1 comments
trafficstars

I started having null word in LLM prompts while using PromptChatMemoryAdvisor.

Since systemText is @Nullable, as a fix I added check for it.

null in a prompt

MilosHavranek avatar Apr 25 '25 18:04 MilosHavranek

@ThomasVitale

MilosHavranek avatar Apr 26 '25 08:04 MilosHavranek

@MilosHavranek thanks for your contribution!

ThomasVitale avatar Apr 28 '25 23:04 ThomasVitale

@MilosHavranek Thanks for the PR. Rebased and merged as 9e9980707

ilayaperumalg avatar Apr 29 '25 07:04 ilayaperumalg

Awesome, thx 👍

MilosHavranek avatar Apr 29 '25 08:04 MilosHavranek