Skip to content

Commit a56380b

Browse files
parazit-IRspring-builds
authored andcommitted
Fix typo in DefaultChatClientUtils comment (gh-4886)
Fixes #4886 Signed-off-by: Mohammadali Jalalkamali <m.ali.jalalkamali@gmail.com> (cherry picked from commit 7af2593)
1 parent f476626 commit a56380b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-client-chat/src/main/java/org/springframework/ai/chat/client/DefaultChatClientUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ static ChatClientRequest toChatClientRequest(DefaultChatClient.DefaultChatClient
8282
processedMessages.addAll(inputRequest.getMessages());
8383
}
8484

85-
// User Test => Last in the list
85+
// User Text => Last in the list
8686
String processedUserText = inputRequest.getUserText();
8787
if (StringUtils.hasText(processedUserText)) {
8888
if (!CollectionUtils.isEmpty(inputRequest.getUserParams())) {

0 commit comments

Comments
 (0)