microsoft-agents-copilotstudio-client 0.1.1__py3-none-any.whl → 0.2.0__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/connection_settings.py +1 -1
- {microsoft_agents_copilotstudio_client-0.1.1.dist-info → microsoft_agents_copilotstudio_client-0.2.0.dist-info}/METADATA +2 -2
- {microsoft_agents_copilotstudio_client-0.1.1.dist-info → microsoft_agents_copilotstudio_client-0.2.0.dist-info}/RECORD +5 -5
- {microsoft_agents_copilotstudio_client-0.1.1.dist-info → microsoft_agents_copilotstudio_client-0.2.0.dist-info}/WHEEL +0 -0
- {microsoft_agents_copilotstudio_client-0.1.1.dist-info → microsoft_agents_copilotstudio_client-0.2.0.dist-info}/top_level.txt +0 -0
|
@@ -27,6 +27,6 @@ class ConnectionSettings(DirectToEngineConnectionSettingsProtocol):
|
|
|
27
27
|
if not self.agent_identifier:
|
|
28
28
|
raise ValueError("Agent Identifier must be provided")
|
|
29
29
|
|
|
30
|
-
self.cloud = cloud or PowerPlatformCloud.
|
|
30
|
+
self.cloud = cloud or PowerPlatformCloud.PROD
|
|
31
31
|
self.copilot_agent_type = copilot_agent_type or AgentType.PUBLISHED
|
|
32
32
|
self.custom_power_platform_cloud = custom_power_platform_cloud
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-copilotstudio-client
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: A client library for Microsoft Agents
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
Project-URL: Homepage, https://github.com/microsoft/Agents
|
|
@@ -8,5 +8,5 @@ Classifier: Programming Language :: Python :: 3
|
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
|
-
Requires-Dist: microsoft-agents-hosting-core==0.
|
|
11
|
+
Requires-Dist: microsoft-agents-hosting-core==0.2.0
|
|
12
12
|
Dynamic: requires-dist
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
microsoft/agents/copilotstudio/client/__init__.py,sha256=I--hf_7nZaw2xv_7Fm7UPrn-uk4ZF1pVTaLaSKfpuIA,619
|
|
2
2
|
microsoft/agents/copilotstudio/client/agent_type.py,sha256=dhoU4sEoju8lInJX5LWf2AyNpyaW5lfGRN9BfL6TuYI,106
|
|
3
|
-
microsoft/agents/copilotstudio/client/connection_settings.py,sha256=
|
|
3
|
+
microsoft/agents/copilotstudio/client/connection_settings.py,sha256=fG5q-Z-OizxMREdU3T499JSa88XufcVRnw3oMaGzHCY,1136
|
|
4
4
|
microsoft/agents/copilotstudio/client/copilot_client.py,sha256=0N0KT-77645VUvh10JWlW6CuTXsCDHlFfXZa8IV4v-o,3876
|
|
5
5
|
microsoft/agents/copilotstudio/client/direct_to_engine_connection_settings_protocol.py,sha256=JBBGSI5TfzO5QjTQpNORbX0blBY88jz7v9egtFd_7Yw,785
|
|
6
6
|
microsoft/agents/copilotstudio/client/execute_turn_request.py,sha256=TldWHZSnoB8bXtHx2tuH5P8C9df86LN6OUxisyXCUbE,125
|
|
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=PVKzyx2inaIEBCA5Fh8JsrZ0vYeG6qRza0hEbfrHDpY,6956
|
|
9
|
-
microsoft_agents_copilotstudio_client-0.
|
|
10
|
-
microsoft_agents_copilotstudio_client-0.
|
|
11
|
-
microsoft_agents_copilotstudio_client-0.
|
|
12
|
-
microsoft_agents_copilotstudio_client-0.
|
|
9
|
+
microsoft_agents_copilotstudio_client-0.2.0.dist-info/METADATA,sha256=KY0yeuu7osv8QO-O1hxQH4lFHnZvyA1wR_-V9t4dW0w,461
|
|
10
|
+
microsoft_agents_copilotstudio_client-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
11
|
+
microsoft_agents_copilotstudio_client-0.2.0.dist-info/top_level.txt,sha256=egwWDmpnNBTGerc55Oa6VVW9hTKdtxFjHWHywqmVMpM,10
|
|
12
|
+
microsoft_agents_copilotstudio_client-0.2.0.dist-info/RECORD,,
|
|
File without changes
|