microsoft-agents-copilotstudio-client 0.6.0.dev10__tar.gz → 0.6.0.dev15__tar.gz
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-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/PKG-INFO +2 -2
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents/copilotstudio/client/errors/__init__.py +1 -1
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents/copilotstudio/client/errors/error_resources.py +1 -8
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents_copilotstudio_client.egg-info/PKG-INFO +2 -2
- microsoft_agents_copilotstudio_client-0.6.0.dev15/microsoft_agents_copilotstudio_client.egg-info/requires.txt +1 -0
- microsoft_agents_copilotstudio_client-0.6.0.dev10/microsoft_agents_copilotstudio_client.egg-info/requires.txt +0 -1
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/LICENSE +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents/copilotstudio/client/__init__.py +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents/copilotstudio/client/agent_type.py +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents/copilotstudio/client/connection_settings.py +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents/copilotstudio/client/copilot_client.py +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents/copilotstudio/client/direct_to_engine_connection_settings_protocol.py +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents/copilotstudio/client/execute_turn_request.py +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents/copilotstudio/client/power_platform_cloud.py +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents/copilotstudio/client/power_platform_environment.py +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents_copilotstudio_client.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents_copilotstudio_client.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/microsoft_agents_copilotstudio_client.egg-info/top_level.txt +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/pyproject.toml +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/readme.md +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/setup.cfg +0 -0
- {microsoft_agents_copilotstudio_client-0.6.0.dev10 → microsoft_agents_copilotstudio_client-0.6.0.dev15}/setup.py +0 -0
|
@@ -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.dev15
|
|
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.dev15
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Error resources for Microsoft Agents Copilot Studio Client package.
|
|
6
6
|
"""
|
|
7
7
|
|
|
8
|
-
from microsoft_agents.
|
|
8
|
+
from microsoft_agents.activity.errors import ErrorMessage
|
|
9
9
|
|
|
10
10
|
from .error_resources import CopilotStudioErrorResources
|
|
11
11
|
|
|
@@ -7,7 +7,7 @@ Copilot Studio error resources for Microsoft Agents SDK.
|
|
|
7
7
|
Error codes are in the range -65000 to -65999.
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
|
-
from microsoft_agents.
|
|
10
|
+
from microsoft_agents.activity.errors import ErrorMessage
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class CopilotStudioErrorResources:
|
|
@@ -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.dev15
|
|
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.dev15
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
microsoft-agents-hosting-core==0.6.0.dev15
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
microsoft-agents-hosting-core==0.6.0.dev10
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|