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: models/spring-ai-google-genai/src/test/java/org/springframework/ai/google/genai/tool/GoogleGenAiPaymentTransactionIT.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ public void paymentStatuses() {
77
77
.toolNames("paymentStatus")
78
78
.user("""
79
79
What is the status of my payment transactions 001, 002 and 003?
80
-
If requred invoke the function per transaction.
80
+
If required invoke the function per transaction.
81
81
""").call().content();
82
82
// @formatter:on
83
83
logger.info("" + content);
@@ -94,7 +94,7 @@ public void streamingPaymentStatuses() {
94
94
.toolNames("paymentStatus")
95
95
.user("""
96
96
What is the status of my payment transactions 001, 002 and 003?
Copy file name to clipboardExpand all lines: models/spring-ai-vertex-ai-gemini/src/test/java/org/springframework/ai/vertexai/gemini/tool/VertexAiGeminiPaymentTransactionIT.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ public void paymentStatuses() {
77
77
.toolNames("paymentStatus")
78
78
.user("""
79
79
What is the status of my payment transactions 001, 002 and 003?
80
-
If requred invoke the function per transaction.
80
+
If required invoke the function per transaction.
81
81
""").call().content();
82
82
// @formatter:on
83
83
logger.info("" + content);
@@ -94,7 +94,7 @@ public void streamingPaymentStatuses() {
94
94
.toolNames("paymentStatus")
95
95
.user("""
96
96
What is the status of my payment transactions 001, 002 and 003?
0 commit comments