Skip to content

Commit 16f9cf4

Browse files
committed
add restriction notice
1 parent 388be50 commit 16f9cf4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/ai-services/openai/how-to/content-filters.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can configure the following filter categories in addition to the default har
5050

5151
## Specify a content filtering configuration at request time (preview)
5252

53-
In addition to the deployment-level content filtering configuration, we also provide a request header that allows you specify your custom configuration at request time for every API call.
53+
In addition to the deployment-level content filtering configuration, we also provide a request header that allows you specify your custom configuration at request time for each API call.
5454

5555
```bash
5656
curl --request POST \
@@ -72,7 +72,12 @@ curl --request POST \
7272
}'
7373
```
7474

75-
The request-level content filtering configuration will override the deployment-level configuration, for the specific API call. If a configuration is specified that does not exist, the following error message will be returned.
75+
The request-level content filtering configuration will override the deployment-level configuration, for the specific API call.
76+
77+
> [!IMPORTANT]
78+
> Content filter specification at request time is not available for image input (chat with images) scenarios. In those cases the default content filter will be used.
79+
80+
If a configuration is specified that does not exist, the following error message will be returned.
7681

7782
```json
7883
{

0 commit comments

Comments
 (0)