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 2dea10a commit 94a03f3Copy full SHA for 94a03f3
orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationClient.java
@@ -57,6 +57,7 @@ public class OrchestrationClient {
57
.setMixInAnnotation(ChatMessage.class, JacksonMixins.NoneTypeInfoMixin.class);
58
JACKSON.registerModule(module);
59
}
60
+
61
static final ObjectMapper JACKSON = getOrchestrationObjectMapper();
62
63
@Nonnull private final Supplier<HttpDestination> destinationSupplier;
0 commit comments