Skip to content

Commit 6980dc0

Browse files
committed
Add comment
1 parent 6bfa01d commit 6980dc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

orchestration/src/main/java/com/sap/ai/sdk/orchestration/JacksonMixins.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ interface ResponseFormatSubTypesMixin {}
6060
})
6161
interface ChatMessageMixin {}
6262

63+
/**
64+
* Mixin used for parsing response "data" field of
65+
* error.intermediate_results.input_filtering.data.azure_content_safety
66+
*/
6367
abstract static class AzureContentSafetyCaseAgnostic {
6468
@JsonProperty("hate")
6569
@JsonAlias("Hate")

0 commit comments

Comments
 (0)