You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advisors/spring-ai-advisors-vector-store/src/test/java/org/springframework/ai/chat/client/advisor/vectorstore/QuestionAnswerAdvisorTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -322,11 +322,11 @@ public void qaAdvisorWithComplexParameterizedTemplate() {
322
322
.param("topic", "machine learning")
323
323
.param("aspect1", "performance")
324
324
.param("aspect2", "scalability")
325
-
.param("userId", "user123"))
325
+
.param("userId", "user1"))
326
326
.call()
327
327
.chatResponse();
328
328
329
-
varexpectedQuery = "Please analyze machine learning considering performance and scalability for user user123";
329
+
varexpectedQuery = "Please analyze machine learning considering performance and scalability for user user1";
0 commit comments