Skip to content

Commit 8ce3c64

Browse files
authored
Merge pull request #48458 from yoichinak/patch-24
Fix a code block
2 parents ce99bc9 + 8a0b1c3 commit 8ce3c64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@ You can request a minimum threshold for the answer. If the threshold is not met,
440440
```bash
441441
curl -X POST https://replace-with-your-resource-name.azurewebsites.net/qnamaker/knowledgebases/replace-with-your-knowledge-base-id/generateAnswer -H "Authorization: EndpointKey replace-with-your-endpoint-key" -H "Content-type: application/json" -d "{'question':'size', 'scoreThreshold':60.00}"
442442
```
443-
```
444443

445444
The returned JSON found the answer.
446445

@@ -476,4 +475,4 @@ You can request a minimum threshold for the answer. If the threshold is not met,
476475
"debugInfo": null,
477476
"activeLearningEnabled": true
478477
}
479-
```
478+
```

0 commit comments

Comments
 (0)