microsoft-agents-copilotstudio-client 0.6.0.dev10__py3-none-any.whl → 0.6.0.dev11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- microsoft_agents/copilotstudio/client/errors/error_resources.py +0 -7
- {microsoft_agents_copilotstudio_client-0.6.0.dev10.dist-info → microsoft_agents_copilotstudio_client-0.6.0.dev11.dist-info}/METADATA +2 -2
- {microsoft_agents_copilotstudio_client-0.6.0.dev10.dist-info → microsoft_agents_copilotstudio_client-0.6.0.dev11.dist-info}/RECORD +6 -6
- {microsoft_agents_copilotstudio_client-0.6.0.dev10.dist-info → microsoft_agents_copilotstudio_client-0.6.0.dev11.dist-info}/WHEEL +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10.dist-info → microsoft_agents_copilotstudio_client-0.6.0.dev11.dist-info}/licenses/LICENSE +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10.dist-info → microsoft_agents_copilotstudio_client-0.6.0.dev11.dist-info}/top_level.txt +0 -0
|
@@ -20,43 +20,36 @@ class CopilotStudioErrorResources:
|
|
|
20
20
|
CloudBaseAddressRequired = ErrorMessage(
|
|
21
21
|
"cloud_base_address must be provided when PowerPlatformCloud is Other",
|
|
22
22
|
-65000,
|
|
23
|
-
"copilot-studio-client",
|
|
24
23
|
)
|
|
25
24
|
|
|
26
25
|
EnvironmentIdRequired = ErrorMessage(
|
|
27
26
|
"EnvironmentId must be provided",
|
|
28
27
|
-65001,
|
|
29
|
-
"copilot-studio-client",
|
|
30
28
|
)
|
|
31
29
|
|
|
32
30
|
AgentIdentifierRequired = ErrorMessage(
|
|
33
31
|
"AgentIdentifier must be provided",
|
|
34
32
|
-65002,
|
|
35
|
-
"copilot-studio-client",
|
|
36
33
|
)
|
|
37
34
|
|
|
38
35
|
CustomCloudOrBaseAddressRequired = ErrorMessage(
|
|
39
36
|
"Either CustomPowerPlatformCloud or cloud_base_address must be provided when PowerPlatformCloud is Other",
|
|
40
37
|
-65003,
|
|
41
|
-
"copilot-studio-client",
|
|
42
38
|
)
|
|
43
39
|
|
|
44
40
|
InvalidConnectionSettingsType = ErrorMessage(
|
|
45
41
|
"connection_settings must be of type DirectToEngineConnectionSettings",
|
|
46
42
|
-65004,
|
|
47
|
-
"copilot-studio-client",
|
|
48
43
|
)
|
|
49
44
|
|
|
50
45
|
PowerPlatformEnvironmentRequired = ErrorMessage(
|
|
51
46
|
"PowerPlatformEnvironment must be provided",
|
|
52
47
|
-65005,
|
|
53
|
-
"copilot-studio-client",
|
|
54
48
|
)
|
|
55
49
|
|
|
56
50
|
AccessTokenProviderRequired = ErrorMessage(
|
|
57
51
|
"AccessTokenProvider must be provided",
|
|
58
52
|
-65006,
|
|
59
|
-
"copilot-studio-client",
|
|
60
53
|
)
|
|
61
54
|
|
|
62
55
|
def __init__(self):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-copilotstudio-client
|
|
3
|
-
Version: 0.6.0.
|
|
3
|
+
Version: 0.6.0.dev11
|
|
4
4
|
Summary: A client library for Microsoft Agents
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: microsoft-agents-hosting-core==0.6.0.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev11
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
|
|
@@ -7,9 +7,9 @@ microsoft_agents/copilotstudio/client/execute_turn_request.py,sha256=Gi8KPODVAaI
|
|
|
7
7
|
microsoft_agents/copilotstudio/client/power_platform_cloud.py,sha256=YrwAmxpeSuWpuQ1VnDc2_4m_r6T6sjbHMugBrIEF4iQ,465
|
|
8
8
|
microsoft_agents/copilotstudio/client/power_platform_environment.py,sha256=es9KQ52usUyCPq0DSn-IKRxIv1fhnhBPAC6mmpYiENs,6828
|
|
9
9
|
microsoft_agents/copilotstudio/client/errors/__init__.py,sha256=QjlsD6lqP-Dn03X9DurVk8s1lhPkqNp_QQKx7hPTtfE,452
|
|
10
|
-
microsoft_agents/copilotstudio/client/errors/error_resources.py,sha256=
|
|
11
|
-
microsoft_agents_copilotstudio_client-0.6.0.
|
|
12
|
-
microsoft_agents_copilotstudio_client-0.6.0.
|
|
13
|
-
microsoft_agents_copilotstudio_client-0.6.0.
|
|
14
|
-
microsoft_agents_copilotstudio_client-0.6.0.
|
|
15
|
-
microsoft_agents_copilotstudio_client-0.6.0.
|
|
10
|
+
microsoft_agents/copilotstudio/client/errors/error_resources.py,sha256=dlB7AjWP5vDMXFD6jQZMWbWG8wsYcGgVNYujtUv9Bdw,1486
|
|
11
|
+
microsoft_agents_copilotstudio_client-0.6.0.dev11.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
12
|
+
microsoft_agents_copilotstudio_client-0.6.0.dev11.dist-info/METADATA,sha256=35OYugQDEVeLEqXRYmCC9ri8QSX3HQBAyeK77bEvWyQ,8882
|
|
13
|
+
microsoft_agents_copilotstudio_client-0.6.0.dev11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
14
|
+
microsoft_agents_copilotstudio_client-0.6.0.dev11.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
|
|
15
|
+
microsoft_agents_copilotstudio_client-0.6.0.dev11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|