Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void paymentStatuses() {
.toolNames("paymentStatus")
.user("""
What is the status of my payment transactions 001, 002 and 003?
If requred invoke the function per transaction.
If required invoke the function per transaction.
""").call().content();
// @formatter:on
logger.info("" + content);
Expand All @@ -94,7 +94,7 @@ public void streamingPaymentStatuses() {
.toolNames("paymentStatus")
.user("""
What is the status of my payment transactions 001, 002 and 003?
If requred invoke the function per transaction.
If required invoke the function per transaction.
""")
.stream()
.content();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void paymentStatuses() {
.toolNames("paymentStatus")
.user("""
What is the status of my payment transactions 001, 002 and 003?
If requred invoke the function per transaction.
If required invoke the function per transaction.
""").call().content();
// @formatter:on
logger.info("" + content);
Expand All @@ -94,7 +94,7 @@ public void streamingPaymentStatuses() {
.toolNames("paymentStatus")
.user("""
What is the status of my payment transactions 001, 002 and 003?
If requred invoke the function per transaction.
If required invoke the function per transaction.
""")
.stream()
.content();
Expand Down