We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 019070a commit dfcbbf1Copy full SHA for dfcbbf1
orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationUnitTest.java
@@ -224,7 +224,8 @@ void testGroundingWithHelpSapCom() throws IOException {
224
225
assertThat(
226
response.getOriginalResponse().getModuleResults().getGrounding().getData().toString())
227
- .contains("Fuzzy search is a fast and fault-tolerant search feature of SAP HANA.");
+ .contains(
228
+ "A fuzzy search is a search technique that is designed to be fast and tolerant of errors");
229
assertThat(response.getContent()).startsWith("A fuzzy search is a search technique");
230
231
try (var requestInputStream = fileLoader.apply("groundingHelpSapComRequest.json")) {
0 commit comments