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 129
129
"azure-ai-formrecognizer" : [
130
130
"sample_manage_custom_models.py" ,
131
131
"sample_manage_custom_models_async.py" ,
132
+ ],
133
+ "azure-ai-language-questionanswering" : [
134
+ "sample_chat.py"
132
135
]
133
136
}
134
137
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def sample_query_text():
36
36
records = [
37
37
qna .TextRecord (
38
38
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." ,
40
40
id = "doc1"
41
41
),
42
42
qna .TextRecord (
You can’t perform that action at this time.
0 commit comments