forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CLU] release updates + fix tests (Azure#24963)
* some release updates wip * get live tests passing * remove print * update shared reqs for isodate
- Loading branch information
1 parent
28ab809
commit 41807f0
Showing
22 changed files
with
166 additions
and
215 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 0 additions & 38 deletions
38
...nversations/tests/async/recordings/test_conversation_app_async.test_conversation_app.yaml
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
...ings/test_orchestration_app_conv_response_async.test_orchestration_app_conv_response.yaml
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
...ings/test_orchestration_app_luis_response_async.test_orchestration_app_luis_response.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
...age-conversations/tests/recordings/test_conversation_app_async.test_conversation_app.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
interactions: | ||
- request: | ||
body: '{"kind": "Conversation", "analysisInput": {"conversationItem": {"participantId": | ||
"1", "id": "1", "modality": "text", "language": "en", "text": "Send an email | ||
to Carol about the tomorrow''s demo"}, "isLoggingEnabled": false}, "parameters": | ||
{"projectName": "conv_test", "deploymentName": "dep_test", "verbose": true}}' | ||
headers: | ||
Accept: | ||
- application/json | ||
Content-Length: | ||
- '324' | ||
Content-Type: | ||
- application/json | ||
User-Agent: | ||
- azsdk-python-ai-language-conversations/1.0.0 Python/3.10.0 (Windows-10-10.0.22000-SP0) | ||
method: POST | ||
uri: https://test-resource.api.cognitive.microsoft.com/language/:analyze-conversations?api-version=2022-05-01 | ||
response: | ||
body: | ||
string: '{"kind":"ConversationResult","result":{"query":"Send an email to Carol | ||
about the tomorrow''s demo","prediction":{"topIntent":"Send","projectKind":"Conversation","intents":[{"category":"Send","confidenceScore":0.9053172},{"category":"Read","confidenceScore":0.44011447},{"category":"Setup","confidenceScore":0.41303915},{"category":"Set","confidenceScore":0.21186642},{"category":"None","confidenceScore":0.20198277},{"category":"Find","confidenceScore":0.19216746},{"category":"Call","confidenceScore":0.16446844},{"category":"Play","confidenceScore":0.15655291},{"category":"Open","confidenceScore":0.08699014}],"entities":[{"category":"Contact","text":"Carol","offset":17,"length":5,"confidenceScore":1,"extraInformation":[{"extraInformationKind":"EntitySubtype","value":"person.name"}]},{"category":"MeetingDate","text":"tomorrow","offset":33,"length":8,"confidenceScore":1,"resolutions":[{"resolutionKind":"DateTimeResolution","dateTimeSubKind":"Date","timex":"2022-06-24","value":"2022-06-24"}],"extraInformation":[{"extraInformationKind":"EntitySubtype","value":"datetime.date"}]}]}}}' | ||
headers: | ||
apim-request-id: c048ea3a-d8e6-4594-8268-18a213a79471 | ||
cache-control: no-store, proxy-revalidate, no-cache, max-age=0, private | ||
content-type: application/json; charset=utf-8 | ||
csp-billing-usage: CognitiveServices.TextAnalytics.Language.ConversationalLanguageUnderstanding.Prediction=1 | ||
date: Thu, 23 Jun 2022 21:02:41 GMT | ||
pragma: no-cache | ||
request-id: c048ea3a-d8e6-4594-8268-18a213a79471 | ||
strict-transport-security: max-age=31536000; includeSubDomains; preload | ||
transfer-encoding: chunked | ||
x-content-type-options: nosniff | ||
x-envoy-upstream-service-time: '217' | ||
status: | ||
code: 200 | ||
message: OK | ||
url: https://languagesdkresource.cognitiveservices.azure.com//language/:analyze-conversations?api-version=2022-05-01 | ||
version: 1 |
Oops, something went wrong.