File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
sdk/cognitivelanguage/azure-ai-language-questionanswering/samples Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 129129 "azure-ai-formrecognizer" : [
130130 "sample_manage_custom_models.py" ,
131131 "sample_manage_custom_models_async.py" ,
132+ ],
133+ "azure-ai-language-questionanswering" : [
134+ "sample_chat.py"
132135 ]
133136}
134137
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def sample_query_text():
3636 records = [
3737 qna .TextRecord (
3838 text = "Power and charging. It takes two to four hours to charge the Surface Pro 4 battery fully from an empty state. " +
39- "It can take longer if you’ re using your Surface for power-intensive activities like gaming or video streaming while you’ re charging it." ,
39+ "It can take longer if you' re using your Surface for power-intensive activities like gaming or video streaming while you' re charging it." ,
4040 id = "doc1"
4141 ),
4242 qna .TextRecord (
You can’t perform that action at this time.
0 commit comments