tencentcloud-sdk-python-ags 3.1.119__tar.gz → 3.1.125__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.
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/setup.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud/ags/v20250920/models.py +2 -2
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud_sdk_python_ags.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ags-3.1.125/tencentcloud_sdk_python_ags.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ags-3.1.119/tencentcloud_sdk_python_ags.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/README.rst +0 -0
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud/ags/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud/ags/v20250920/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud/ags/v20250920/ags_client.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud/ags/v20250920/ags_client_async.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud/ags/v20250920/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud_sdk_python_ags.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud_sdk_python_ags.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.119 → tencentcloud_sdk_python_ags-3.1.125}/tencentcloud_sdk_python_ags.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ags
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.125
|
|
4
4
|
Summary: Tencent Cloud Ags SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.125
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ags',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.125,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ags SDK for Python',
|
|
@@ -618,7 +618,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
618
618
|
r"""
|
|
619
619
|
:param _ToolName: <p>沙箱工具名称,长度 1-50 字符,支持英文、数字、下划线和连接线。同一 AppId 下沙箱工具名称必须唯一</p>
|
|
620
620
|
:type ToolName: str
|
|
621
|
-
:param _ToolType: <p>沙箱工具类型,目前支持:browser、code-interpreter、custom
|
|
621
|
+
:param _ToolType: <p>沙箱工具类型,目前支持:browser、code-interpreter、custom等</p><p>枚举值:</p><ul><li>browser: browser</li><li>code-interpreter: code-interpreter</li><li>mobile: mobile</li><li>osworld: osworld</li><li>custom: custom</li><li>swebench: swebench</li><li>aio: aio</li><li>android-world: android-world</li><li>waa: waa</li></ul>
|
|
622
622
|
:type ToolType: str
|
|
623
623
|
:param _NetworkConfiguration: <p>网络配置</p>
|
|
624
624
|
:type NetworkConfiguration: :class:`tencentcloud.ags.v20250920.models.NetworkConfiguration`
|
|
@@ -667,7 +667,7 @@ class CreateSandboxToolRequest(AbstractModel):
|
|
|
667
667
|
|
|
668
668
|
@property
|
|
669
669
|
def ToolType(self):
|
|
670
|
-
r"""<p>沙箱工具类型,目前支持:browser、code-interpreter、custom
|
|
670
|
+
r"""<p>沙箱工具类型,目前支持:browser、code-interpreter、custom等</p><p>枚举值:</p><ul><li>browser: browser</li><li>code-interpreter: code-interpreter</li><li>mobile: mobile</li><li>osworld: osworld</li><li>custom: custom</li><li>swebench: swebench</li><li>aio: aio</li><li>android-world: android-world</li><li>waa: waa</li></ul>
|
|
671
671
|
:rtype: str
|
|
672
672
|
"""
|
|
673
673
|
return self._ToolType
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ags
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.125
|
|
4
4
|
Summary: Tencent Cloud Ags SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.125
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.125
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.119
|
|
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
|