Skip to content

Commit

Permalink
ignore sample chat (#21000)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Oct 1, 2021
1 parent f463e0b commit 40f3d19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scripts/devops_tasks/test_run_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
"azure-ai-formrecognizer": [
"sample_manage_custom_models.py",
"sample_manage_custom_models_async.py",
],
"azure-ai-language-questionanswering": [
"sample_chat.py"
]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def sample_query_text():
records=[
qna.TextRecord(
text="Power and charging. It takes two to four hours to charge the Surface Pro 4 battery fully from an empty state. " +
"It can take longer if youre using your Surface for power-intensive activities like gaming or video streaming while youre charging it.",
"It can take longer if you're using your Surface for power-intensive activities like gaming or video streaming while you're charging it.",
id="doc1"
),
qna.TextRecord(
Expand Down

0 comments on commit 40f3d19

Please sign in to comment.