Skip to content

Commit b557984

Browse files
authored
Merge pull request #115218 from nerajput1607/patch-4
Update quickstart-test-tool-postman.md
2 parents f5b0829 + 01a9909 commit b557984

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/cognitive-services/QnAMaker/includes/quickstart-test-tool-postman.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ In a previous quickstart, metadata was added to two QnA pairs to distinguish bet
102102

103103
## Use debug query property
104104

105+
> [!NOTE]
106+
>We don't recommend to use Debug poreperty for any dependency. This property has been added to help the product team in troubleshooting.
107+
105108
Debug information helps you understand how the returned answer was determined. While it is helpful, it is not necessary. To generate an answer with debug information, add the `debug` property:
106109

107110
1. In Postman, change only the body JSON by adding the `debug` property. The JSON should be:
@@ -397,4 +400,4 @@ You can request a minimum threshold for the answer. If the threshold is not met,
397400
"debugInfo": null,
398401
"activeLearningEnabled": true
399402
}
400-
```
403+
```

0 commit comments

Comments
 (0)