tencentcloud-sdk-python-cls 3.1.142__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.142 → tencentcloud_sdk_python_cls-3.1.149}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/v20201016/models.py +15 -0
  5. {tencentcloud_sdk_python_cls-3.1.142 → 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.142/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cls-3.1.142 → tencentcloud_sdk_python_cls-3.1.149}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cls-3.1.142 → 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.142 → 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.142
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.142
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.142,<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.142'
17
+ __version__ = '3.1.149'
@@ -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.142
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.142
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.142