You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/quickstart-groundedness.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ The JSON objects in the output are defined here:
156
156
157
157
| Name | Description | Type |
158
158
| :------------------ | :----------- | ------- |
159
-
| **ungrounded** | Indicates whether the text exhibits ungroundedness. | Boolean |
159
+
| **ungroundedDetected** | Indicates whether the text exhibits ungroundedness. | Boolean |
160
160
| **confidenceScore** | The confidence value of the _ungrounded_ designation. The score ranges from 0 to 1. | Float |
161
161
| **ungroundedPercentage** | Specifies the proportion of the text identified as ungrounded, expressed as a number between 0 and 1, where 0 indicates no ungrounded content and 1 indicates entirely ungrounded content.| Float |
162
162
| **ungroundedDetails** | Provides insights into ungrounded content with specific examples and percentages.| Array |
@@ -192,7 +192,7 @@ In your request to the Groundedness detection API, set the `"Reasoning"` body pa
192
192
193
193
```json
194
194
{
195
-
"Reasoning": true,
195
+
"reasoning": true,
196
196
"llmResource": {
197
197
"resourceType": "AzureOpenAI",
198
198
"azureOpenAIEndpoint": "<your_OpenAI_endpoint>",
@@ -331,7 +331,7 @@ The JSON objects in the output are defined here:
331
331
332
332
| Name | Description | Type |
333
333
| :------------------ | :----------- | ------- |
334
-
|**ungrounded**| Indicates whether the text exhibits ungroundedness. | Boolean |
334
+
|**ungroundedDetected**| Indicates whether the text exhibits ungroundedness. | Boolean |
335
335
|**confidenceScore**| The confidence value of the _ungrounded_ designation. The score ranges from 0 to 1. | Float |
336
336
|**ungroundedPercentage**| Specifies the proportion of the text identified as ungrounded, expressed as a number between 0 and 1, where 0 indicates no ungrounded content and 1 indicates entirely ungrounded content.| Float |
337
337
|**ungroundedDetails**| Provides insights into ungrounded content with specific examples and percentages.| Array |
0 commit comments