Danila Lisichkin
Results
1
comments of
Danila Lisichkin
I also encountered this problem. The problem occures in `org.springframework.ai.chat.client.advisor.api.AdvisedRequest.toPrompt()` method: ```java public Prompt toPrompt() { ArrayList messages = new ArrayList(this.messages()); String processedSystemText = this.systemText(); if (StringUtils.hasText(processedSystemText)) { if (!CollectionUtils.isEmpty(this.systemParams()))...