Skip to content

Commit b0fc749

Browse files
committed
Fix typo
1 parent ef6f038 commit b0fc749

File tree

1 file changed

+1
-1
lines changed
  • examples-java/src/main/java/com/embabel/example/pydantic/banksupport

1 file changed

+1
-1
lines changed

examples-java/src/main/java/com/embabel/example/pydantic/banksupport/SupportAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SupportOutput supportCustomer(SupportInput supportInput, OperationContext contex
5757
Reply using the customer's name, "%s".
5858
Currencies are in $.
5959
60-
There query: [%s]
60+
Their query: [%s]
6161
""".formatted(customer.name(), supportInput.query()),
6262
SupportOutput.class);
6363
}

0 commit comments

Comments
 (0)