Skip to content

Commit 46b9e79

Browse files
Merge pull request #270466 from jinruishao/patch-31
Update quickstart-groundedness.md
2 parents 221dba6 + 7fe9cdd commit 46b9e79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/content-safety/quickstart-groundedness.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The JSON objects in the output are defined here:
156156
157157
| Name | Description | Type |
158158
| :------------------ | :----------- | ------- |
159-
| **ungrounded** | Indicates whether the text exhibits ungroundedness. | Boolean |
159+
| **ungroundedDetected** | Indicates whether the text exhibits ungroundedness. | Boolean |
160160
| **confidenceScore** | The confidence value of the _ungrounded_ designation. The score ranges from 0 to 1. | Float |
161161
| **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 |
162162
| **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
192192
193193
```json
194194
{
195-
"Reasoning": true,
195+
"reasoning": true,
196196
"llmResource": {
197197
"resourceType": "AzureOpenAI",
198198
"azureOpenAIEndpoint": "<your_OpenAI_endpoint>",
@@ -331,7 +331,7 @@ The JSON objects in the output are defined here:
331331
332332
| Name | Description | Type |
333333
| :------------------ | :----------- | ------- |
334-
| **ungrounded** | Indicates whether the text exhibits ungroundedness. | Boolean |
334+
| **ungroundedDetected** | Indicates whether the text exhibits ungroundedness. | Boolean |
335335
| **confidenceScore** | The confidence value of the _ungrounded_ designation. The score ranges from 0 to 1. | Float |
336336
| **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 |
337337
| **ungroundedDetails** | Provides insights into ungrounded content with specific examples and percentages.| Array |

0 commit comments

Comments
 (0)