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 1c551d5 commit d8ccbf7Copy full SHA for d8ccbf7
orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationUnitTest.java
@@ -752,7 +752,7 @@ void testRequestWithMultiChatMessage() throws IOException {
752
753
@SneakyThrows
754
@Test
755
- void testOrchestrationChatResponseWithImage() {
+ void testOrchestrationChatResponseWithMultiChatMessage() {
756
var module = new SimpleModule();
757
module.setMixInAnnotation(LLMModuleResult.class, JacksonMixins.NoneTypeInfoMixin.class);
758
module.addDeserializer(
0 commit comments