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 6bfa01d commit 6980dc0Copy full SHA for 6980dc0
orchestration/src/main/java/com/sap/ai/sdk/orchestration/JacksonMixins.java
@@ -60,6 +60,10 @@ interface ResponseFormatSubTypesMixin {}
60
})
61
interface ChatMessageMixin {}
62
63
+ /**
64
+ * Mixin used for parsing response "data" field of
65
+ * error.intermediate_results.input_filtering.data.azure_content_safety
66
+ */
67
abstract static class AzureContentSafetyCaseAgnostic {
68
@JsonProperty("hate")
69
@JsonAlias("Hate")
0 commit comments