tencentcloud-sdk-python-cls 3.1.140__tar.gz → 3.1.149__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/v20201016/models.py +17 -2
  5. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cls-3.1.149/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cls-3.1.140/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cls-3.1.140 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.140
3
+ Version: 3.1.149
4
4
  Summary: Tencent Cloud Cls 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.140
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.149
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-cls',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.140,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.149,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cls SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.140'
17
+ __version__ = '3.1.149'
@@ -15406,7 +15406,7 @@ class CreateTopicRequest(AbstractModel):
15406
15406
  :type Describes: str
15407
15407
  :param _HotPeriod: <p>0:日志主题关闭日志沉降。<br>非0:日志主题开启日志沉降后标准存储的天数,HotPeriod需要大于等于7,且小于Period。<br>仅在StorageType为 hot 时生效,指标主题不支持该配置。</p>
15408
15408
  :type HotPeriod: int
15409
- :param _Encryption: <p>加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。<br>0或者不传: 不加密<br>1:kms-cls 云产品密钥加密</p><p>支持地域:ap-beijing,ap-guangzhou,ap-shanghai,ap-singapore,ap-bangkok,ap-jakarta,eu-frankfurt,ap-seoul,ap-tokyo</p>
15409
+ :param _Encryption: <p>加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。<br>0或者不传: 不加密<br>1:kms-cls 云产品密钥加密</p>
15410
15410
  :type Encryption: int
15411
15411
  :param _CustomKmsInfo: <p>用户自定义 KMS 密钥信息;为空则使用默认密钥(别名 KMS-CLS)</p><p>当参数 Encryption为 1 时有效。</p>
15412
15412
  :type CustomKmsInfo: :class:`tencentcloud.cls.v20201016.models.CustomKmsInfo`
@@ -15554,7 +15554,7 @@ class CreateTopicRequest(AbstractModel):
15554
15554
 
15555
15555
  @property
15556
15556
  def Encryption(self):
15557
- r"""<p>加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。<br>0或者不传: 不加密<br>1:kms-cls 云产品密钥加密</p><p>支持地域:ap-beijing,ap-guangzhou,ap-shanghai,ap-singapore,ap-bangkok,ap-jakarta,eu-frankfurt,ap-seoul,ap-tokyo</p>
15557
+ r"""<p>加密相关参数。 支持加密地域并且开白用户可以传此参数,其他场景不能传递该参数。<br>0或者不传: 不加密<br>1:kms-cls 云产品密钥加密</p>
15558
15558
  :rtype: int
15559
15559
  """
15560
15560
  return self._Encryption
@@ -53848,11 +53848,14 @@ class ToolCall(AbstractModel):
53848
53848
  :type Function: :class:`tencentcloud.cls.v20201016.models.ToolCallFunction`
53849
53849
  :param _Index: <p>索引值</p>
53850
53850
  :type Index: int
53851
+ :param _ThoughtSignature: <p>模型返回的思考签名,执行工具后需在后续请求中原样回传</p>
53852
+ :type ThoughtSignature: str
53851
53853
  """
53852
53854
  self._Id = None
53853
53855
  self._Type = None
53854
53856
  self._Function = None
53855
53857
  self._Index = None
53858
+ self._ThoughtSignature = None
53856
53859
 
53857
53860
  @property
53858
53861
  def Id(self):
@@ -53898,6 +53901,17 @@ class ToolCall(AbstractModel):
53898
53901
  def Index(self, Index):
53899
53902
  self._Index = Index
53900
53903
 
53904
+ @property
53905
+ def ThoughtSignature(self):
53906
+ r"""<p>模型返回的思考签名,执行工具后需在后续请求中原样回传</p>
53907
+ :rtype: str
53908
+ """
53909
+ return self._ThoughtSignature
53910
+
53911
+ @ThoughtSignature.setter
53912
+ def ThoughtSignature(self, ThoughtSignature):
53913
+ self._ThoughtSignature = ThoughtSignature
53914
+
53901
53915
 
53902
53916
  def _deserialize(self, params):
53903
53917
  self._Id = params.get("Id")
@@ -53906,6 +53920,7 @@ class ToolCall(AbstractModel):
53906
53920
  self._Function = ToolCallFunction()
53907
53921
  self._Function._deserialize(params.get("Function"))
53908
53922
  self._Index = params.get("Index")
53923
+ self._ThoughtSignature = params.get("ThoughtSignature")
53909
53924
  memeber_set = set(params.keys())
53910
53925
  for name, value in vars(self).items():
53911
53926
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.140
3
+ Version: 3.1.149
4
4
  Summary: Tencent Cloud Cls 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.140
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.149
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.149
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.140