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 65d01c6 commit 8a0c79dCopy full SHA for 8a0c79d
orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationUnitTest.java
@@ -681,8 +681,7 @@ void streamChatCompletionDeltas() throws IOException {
681
void testMultiMessage() throws IOException {
682
stubFor(
683
post("/completion")
684
- .willReturn(
685
- aResponse().withStatus(SC_OK).withBodyFile("multiMessageResponse.json")));
+ .willReturn(aResponse().withStatus(SC_OK).withBodyFile("multiMessageResponse.json")));
686
687
OrchestrationAiModel customGpt4o =
688
GPT_4O_MINI
0 commit comments