Commit c54c3d9
Conv runtime python sdk 20250515preview (#42271)
* Configurations: 'specification/cognitiveservices/Language.Conversations/tspconfig.yaml', API Version: 2025-05-15-preview, SDK Release Type: beta, and CommitSHA: '681db46dd0a9bf82b91c91687f2bb600278a8c5c' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs'
* added test for conversation prediciton
* modify all the clientname to be same as csharp
* removed aiconversation and reuse textConversation
* change version to `1.2.0b1`
* update the version to '2.0.0b1'
* update the clientname
* modify clientname for canceljob and submitjob
* updated operation clientnames
* added analyze_conversations function to retrieve the result object
* added overload and documents for analyze_conversations
* change name of analyze_conversations to begin_analyze_conversation_job
* make get_job_status private
* make the original begin_analyze_conversation_job private
* renamed to ConversationalAILanguageUnderstandingActionContent
* updated Tasks.items to "taskResults" clientName
* updated clientName to NonLinkedTargetIntentResult
* modify test for summarization
* added custom begin_analyze_conversation_job to aio client
* add sync custom AnalyzeConversationLROPoller, and add a summarization test for it.
* added customed async AnalyzeConversationAsyncLROPoller, and modify begin_analyze_conversation_job accordingly
* add test for async conversation summarization
* removed Luis related types
* modify return type from AnalyzeConversationLROPoller to AnalyzeConversationLROPoller[ItemPaged[ConversationActions]]
* modify aio return type from AnalyzeConversationAsyncLROPoller to AnalyzeConversationAsyncLROPoller[AsyncItemPaged[ConversationActions]] and adjust tests
* add test for conversation prediction
* add tests for prediction sync and async
* move the custom poller to the top namespace and modify the tests
* modified test prefix from authoring to conversations
* add tests for orchestration prediction
* added tests for prediction with options
* added tests for prediction with language
* added tests for conversation pii
* correct the test names
* added tests for pii with character mask policy.
add await client.close() to all async tests
* added tests for pii with entity mask policy
* add tests for pii with no mask policy
* added tests for multi-turn prediction
* updated assets.json
* removed generated tests and generated samples
* updated change log
* fixed typo in change log
* delete authoring samples
* added __all__: List[str] = [] to patch.py
* added samples for orchestration_prediction
* added samples for conversation_summarization
* modify samples for orchestration_prediction
* added samples for conversation_prediction
* added samples for conversation_prediction_with_options
* added samples for conversation_prediction_with_language
* removed old samples
* added samples for conversation_pii
* add samples for conversation_pii_with_no_mask_policy
* added tests for conversation_pii_with_entity_mask_policy
* added samples for conversation_pii_with_character_mask_policy
* added samples for conversation_multi_turn_prediction
* add suppress on test and sample
* updated the fake endpoint
* updated tag in assets.json
* fix check spelling
* add Generic[PollingReturnType_co] to custom poller
* fix pylint
* # pylint:disable
* updated general readme
* add apiview to client init
* updated general readme
* updated the samples readme
* remove luis from readme
* add next steps and resume the code sample
* fix indentication
* rename ConversationActionContent
* fixed pylint
* updated all the async samples
* updated sync samples
* remove all unnecessary isinstance
* modify record_state_for_details to private
* updated to qa is not None and qa.answers is not None in samples
* added # pylint:disable=protected-access
* udpated the date on change log
* removed empty changelog entries
* Update sdk/cognitivelanguage/azure-ai-language-conversations/CHANGELOG.md
Co-authored-by: McCoy Patiño <[email protected]>
* Update sdk/cognitivelanguage/azure-ai-language-conversations/README.md
Co-authored-by: McCoy Patiño <[email protected]>
* replace PowerShellPreparer with EnvironmentVariableLoader
---------
Co-authored-by: azure-sdk <[email protected]>
Co-authored-by: McCoy Patiño <[email protected]>1 parent e388455 commit c54c3d9
File tree
124 files changed
+14879
-19179
lines changed- .vscode
- sdk/cognitivelanguage/azure-ai-language-conversations
- azure
- ai
- language
- conversations
- _operations
- _utils
- aio
- _operations
- authoring
- _operations
- aio
- _operations
- models
- samples
- async
- authoring
- authoring
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
124 files changed
+14879
-19179
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
821 | | - | |
| 821 | + | |
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
| |||
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
Lines changed: 3 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 61 | | |
74 | 62 | | |
75 | 63 | | |
| |||
106 | 94 | | |
107 | 95 | | |
108 | 96 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 97 | | |
113 | 98 | | |
114 | 99 | | |
| |||
395 | 380 | | |
396 | 381 | | |
397 | 382 | | |
398 | | - | |
399 | 383 | | |
400 | 384 | | |
401 | 385 | | |
| |||
486 | 470 | | |
487 | 471 | | |
488 | 472 | | |
489 | | - | |
490 | 473 | | |
491 | 474 | | |
492 | 475 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments