tencentcloud-sdk-python-lke 3.1.87__tar.gz → 3.1.90__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_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/setup.py +1 -1
  3. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud/lke/v20231130/models.py +12 -12
  5. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_lke-3.1.90/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_lke-3.1.87/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/README.rst +0 -0
  9. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud/lke/__init__.py +0 -0
  11. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud/lke/v20231130/__init__.py +0 -0
  12. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud/lke/v20231130/lke_client.py +0 -0
  14. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud/lke/v20231130/lke_client_async.py +0 -0
  15. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_lke-3.1.87 → tencentcloud_sdk_python_lke-3.1.90}/tencentcloud_sdk_python_lke.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.87
3
+ Version: 3.1.90
4
4
  Summary: Tencent Cloud Lke 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.87
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.90
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-lke',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.87,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.90,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Lke SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.87'
17
+ __version__ = '3.1.90'
@@ -7247,13 +7247,13 @@ class CreateAppRequest(AbstractModel):
7247
7247
 
7248
7248
  def __init__(self):
7249
7249
  r"""
7250
- :param _AppType: 应用类型;knowledge_qa-知识问答管理
7250
+ :param _AppType: <p>应用类型;<code>&quot;knowledge_qa&quot;</code> 知识问答应用(包含标准模式 单工作流 Multi-Agent 等模式)</p>
7251
7251
  :type AppType: str
7252
- :param _BaseConfig: 应用基础配置
7252
+ :param _BaseConfig: <p>应用基础配置</p>
7253
7253
  :type BaseConfig: :class:`tencentcloud.lke.v20231130.models.BaseConfig`
7254
- :param _Pattern: 应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式
7254
+ :param _Pattern: <p>应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式,ClawAgent:Claw模式</p>
7255
7255
  :type Pattern: str
7256
- :param _AgentType: 智能体类型 dialogue 对话式智能体,wechat 公众号智能体
7256
+ :param _AgentType: <p>智能体类型,用于区分应用最终以何种智能体形态对外服务(对话(&quot;dialogue&quot;) / 公众号(&quot;wechat&quot;))。当前 ADP 创建页面不区分对话/公众号智能体,ADP 创建页默认走对话智能体。</p>
7257
7257
  :type AgentType: str
7258
7258
  """
7259
7259
  self._AppType = None
@@ -7263,7 +7263,7 @@ class CreateAppRequest(AbstractModel):
7263
7263
 
7264
7264
  @property
7265
7265
  def AppType(self):
7266
- r"""应用类型;knowledge_qa-知识问答管理
7266
+ r"""<p>应用类型;<code>&quot;knowledge_qa&quot;</code> 知识问答应用(包含标准模式 单工作流 Multi-Agent 等模式)</p>
7267
7267
  :rtype: str
7268
7268
  """
7269
7269
  return self._AppType
@@ -7274,7 +7274,7 @@ class CreateAppRequest(AbstractModel):
7274
7274
 
7275
7275
  @property
7276
7276
  def BaseConfig(self):
7277
- r"""应用基础配置
7277
+ r"""<p>应用基础配置</p>
7278
7278
  :rtype: :class:`tencentcloud.lke.v20231130.models.BaseConfig`
7279
7279
  """
7280
7280
  return self._BaseConfig
@@ -7285,7 +7285,7 @@ class CreateAppRequest(AbstractModel):
7285
7285
 
7286
7286
  @property
7287
7287
  def Pattern(self):
7288
- r"""应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式
7288
+ r"""<p>应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式,ClawAgent:Claw模式</p>
7289
7289
  :rtype: str
7290
7290
  """
7291
7291
  return self._Pattern
@@ -7296,7 +7296,7 @@ class CreateAppRequest(AbstractModel):
7296
7296
 
7297
7297
  @property
7298
7298
  def AgentType(self):
7299
- r"""智能体类型 dialogue 对话式智能体,wechat 公众号智能体
7299
+ r"""<p>智能体类型,用于区分应用最终以何种智能体形态对外服务(对话(&quot;dialogue&quot;) / 公众号(&quot;wechat&quot;))。当前 ADP 创建页面不区分对话/公众号智能体,ADP 创建页默认走对话智能体。</p>
7300
7300
  :rtype: str
7301
7301
  """
7302
7302
  return self._AgentType
@@ -7330,10 +7330,10 @@ class CreateAppResponse(AbstractModel):
7330
7330
 
7331
7331
  def __init__(self):
7332
7332
  r"""
7333
- :param _AppBizId: 应用ID
7333
+ :param _AppBizId: <p>应用ID</p>
7334
7334
  注意:此字段可能返回 null,表示取不到有效值。
7335
7335
  :type AppBizId: str
7336
- :param _IsCustomList: 判断账户应用列表权限是否是自定义的,用户交互提示
7336
+ :param _IsCustomList: <p>判断账户应用列表权限是否是自定义的,用户交互提示</p>
7337
7337
  注意:此字段可能返回 null,表示取不到有效值。
7338
7338
  :type IsCustomList: bool
7339
7339
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -7345,7 +7345,7 @@ class CreateAppResponse(AbstractModel):
7345
7345
 
7346
7346
  @property
7347
7347
  def AppBizId(self):
7348
- r"""应用ID
7348
+ r"""<p>应用ID</p>
7349
7349
  注意:此字段可能返回 null,表示取不到有效值。
7350
7350
  :rtype: str
7351
7351
  """
@@ -7357,7 +7357,7 @@ class CreateAppResponse(AbstractModel):
7357
7357
 
7358
7358
  @property
7359
7359
  def IsCustomList(self):
7360
- r"""判断账户应用列表权限是否是自定义的,用户交互提示
7360
+ r"""<p>判断账户应用列表权限是否是自定义的,用户交互提示</p>
7361
7361
  注意:此字段可能返回 null,表示取不到有效值。
7362
7362
  :rtype: bool
7363
7363
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.87
3
+ Version: 3.1.90
4
4
  Summary: Tencent Cloud Lke 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.87
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.90
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.90
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.87