tencentcloud-sdk-python-lke 3.1.64__tar.gz → 3.1.73__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.64 → tencentcloud_sdk_python_lke-3.1.73}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/setup.py +1 -1
  3. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/v20231130/models.py +526 -168
  5. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_lke-3.1.73/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_lke-3.1.64/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/README.rst +0 -0
  9. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/__init__.py +0 -0
  11. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/v20231130/__init__.py +0 -0
  12. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/v20231130/lke_client.py +0 -0
  14. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud/lke/v20231130/lke_client_async.py +0 -0
  15. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_lke-3.1.64 → tencentcloud_sdk_python_lke-3.1.73}/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.64
3
+ Version: 3.1.73
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.64
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.73
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.64,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.73,<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.64'
17
+ __version__ = '3.1.73'
@@ -1740,24 +1740,24 @@ class AgentPluginInfo(AbstractModel):
1740
1740
 
1741
1741
  def __init__(self):
1742
1742
  r"""
1743
- :param _PluginId: 插件id
1743
+ :param _PluginId: <p>插件id</p>
1744
1744
  :type PluginId: str
1745
- :param _Headers: 应用配置的插件header信息
1745
+ :param _Headers: <p>应用配置的插件header信息</p>
1746
1746
  :type Headers: list of AgentPluginHeader
1747
- :param _Model: 插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型
1747
+ :param _Model: <p>插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型</p>
1748
1748
  注意:此字段可能返回 null,表示取不到有效值。
1749
1749
  :type Model: :class:`tencentcloud.lke.v20231130.models.AgentModelInfo`
1750
- :param _PluginInfoType: 插件信息类型; 0: 未指定类型; 1: 知识库问答插件
1750
+ :param _PluginInfoType: <p>插件信息类型; 0: 未指定类型; 1: 知识库问答插件</p>
1751
1751
  :type PluginInfoType: int
1752
- :param _KnowledgeQa: 知识库问答插件配置
1752
+ :param _KnowledgeQa: <p>知识库问答插件配置</p>
1753
1753
  注意:此字段可能返回 null,表示取不到有效值。
1754
1754
  :type KnowledgeQa: :class:`tencentcloud.lke.v20231130.models.AgentKnowledgeQAPlugin`
1755
- :param _EnableRoleAuth: 是否使用一键授权
1755
+ :param _EnableRoleAuth: <p>是否使用一键授权</p>
1756
1756
  注意:此字段可能返回 null,表示取不到有效值。
1757
1757
  :type EnableRoleAuth: bool
1758
- :param _Query: 应用配置的插件query信息
1758
+ :param _Query: <p>应用配置的插件query信息</p>
1759
1759
  :type Query: list of AgentPluginQuery
1760
- :param _McpType: MCP类型
1760
+ :param _McpType: <p>MCP类型</p><p>枚举值:</p><ul><li>0: SSE 模式</li><li>1: Streamable Http 模式</li></ul>
1761
1761
  :type McpType: int
1762
1762
  """
1763
1763
  self._PluginId = None
@@ -1771,7 +1771,7 @@ class AgentPluginInfo(AbstractModel):
1771
1771
 
1772
1772
  @property
1773
1773
  def PluginId(self):
1774
- r"""插件id
1774
+ r"""<p>插件id</p>
1775
1775
  :rtype: str
1776
1776
  """
1777
1777
  return self._PluginId
@@ -1782,7 +1782,7 @@ class AgentPluginInfo(AbstractModel):
1782
1782
 
1783
1783
  @property
1784
1784
  def Headers(self):
1785
- r"""应用配置的插件header信息
1785
+ r"""<p>应用配置的插件header信息</p>
1786
1786
  :rtype: list of AgentPluginHeader
1787
1787
  """
1788
1788
  return self._Headers
@@ -1793,7 +1793,7 @@ class AgentPluginInfo(AbstractModel):
1793
1793
 
1794
1794
  @property
1795
1795
  def Model(self):
1796
- r"""插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型
1796
+ r"""<p>插件调用LLM时使用的模型配置,一般用于指定知识库问答插件的生成模型</p>
1797
1797
  注意:此字段可能返回 null,表示取不到有效值。
1798
1798
  :rtype: :class:`tencentcloud.lke.v20231130.models.AgentModelInfo`
1799
1799
  """
@@ -1805,7 +1805,7 @@ class AgentPluginInfo(AbstractModel):
1805
1805
 
1806
1806
  @property
1807
1807
  def PluginInfoType(self):
1808
- r"""插件信息类型; 0: 未指定类型; 1: 知识库问答插件
1808
+ r"""<p>插件信息类型; 0: 未指定类型; 1: 知识库问答插件</p>
1809
1809
  :rtype: int
1810
1810
  """
1811
1811
  return self._PluginInfoType
@@ -1816,7 +1816,7 @@ class AgentPluginInfo(AbstractModel):
1816
1816
 
1817
1817
  @property
1818
1818
  def KnowledgeQa(self):
1819
- r"""知识库问答插件配置
1819
+ r"""<p>知识库问答插件配置</p>
1820
1820
  注意:此字段可能返回 null,表示取不到有效值。
1821
1821
  :rtype: :class:`tencentcloud.lke.v20231130.models.AgentKnowledgeQAPlugin`
1822
1822
  """
@@ -1828,7 +1828,7 @@ class AgentPluginInfo(AbstractModel):
1828
1828
 
1829
1829
  @property
1830
1830
  def EnableRoleAuth(self):
1831
- r"""是否使用一键授权
1831
+ r"""<p>是否使用一键授权</p>
1832
1832
  注意:此字段可能返回 null,表示取不到有效值。
1833
1833
  :rtype: bool
1834
1834
  """
@@ -1840,7 +1840,7 @@ class AgentPluginInfo(AbstractModel):
1840
1840
 
1841
1841
  @property
1842
1842
  def Query(self):
1843
- r"""应用配置的插件query信息
1843
+ r"""<p>应用配置的插件query信息</p>
1844
1844
  :rtype: list of AgentPluginQuery
1845
1845
  """
1846
1846
  return self._Query
@@ -1851,7 +1851,7 @@ class AgentPluginInfo(AbstractModel):
1851
1851
 
1852
1852
  @property
1853
1853
  def McpType(self):
1854
- r"""MCP类型
1854
+ r"""<p>MCP类型</p><p>枚举值:</p><ul><li>0: SSE 模式</li><li>1: Streamable Http 模式</li></ul>
1855
1855
  :rtype: int
1856
1856
  """
1857
1857
  return self._McpType
@@ -2645,6 +2645,72 @@ class AgentReference(AbstractModel):
2645
2645
 
2646
2646
 
2647
2647
 
2648
+ class AgentTask(AbstractModel):
2649
+ r"""智能体任务信息
2650
+
2651
+ """
2652
+
2653
+ def __init__(self):
2654
+ r"""
2655
+ :param _Index: <p>任务序号</p>
2656
+ :type Index: int
2657
+ :param _Content: <p>任务内容</p>
2658
+ :type Content: str
2659
+ :param _Status: <p>任务状态</p>
2660
+ :type Status: str
2661
+ """
2662
+ self._Index = None
2663
+ self._Content = None
2664
+ self._Status = None
2665
+
2666
+ @property
2667
+ def Index(self):
2668
+ r"""<p>任务序号</p>
2669
+ :rtype: int
2670
+ """
2671
+ return self._Index
2672
+
2673
+ @Index.setter
2674
+ def Index(self, Index):
2675
+ self._Index = Index
2676
+
2677
+ @property
2678
+ def Content(self):
2679
+ r"""<p>任务内容</p>
2680
+ :rtype: str
2681
+ """
2682
+ return self._Content
2683
+
2684
+ @Content.setter
2685
+ def Content(self, Content):
2686
+ self._Content = Content
2687
+
2688
+ @property
2689
+ def Status(self):
2690
+ r"""<p>任务状态</p>
2691
+ :rtype: str
2692
+ """
2693
+ return self._Status
2694
+
2695
+ @Status.setter
2696
+ def Status(self, Status):
2697
+ self._Status = Status
2698
+
2699
+
2700
+ def _deserialize(self, params):
2701
+ self._Index = params.get("Index")
2702
+ self._Content = params.get("Content")
2703
+ self._Status = params.get("Status")
2704
+ memeber_set = set(params.keys())
2705
+ for name, value in vars(self).items():
2706
+ property_name = name[1:]
2707
+ if property_name in memeber_set:
2708
+ memeber_set.remove(property_name)
2709
+ if len(memeber_set) > 0:
2710
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2711
+
2712
+
2713
+
2648
2714
  class AgentThought(AbstractModel):
2649
2715
  r"""Agent的思考过程
2650
2716
 
@@ -6568,58 +6634,55 @@ class Content(AbstractModel):
6568
6634
 
6569
6635
  def __init__(self):
6570
6636
  r"""
6571
- :param _Type: 消息内容类型
6572
- text:文本
6573
- image:图片
6574
- file:文件
6575
- option_cards:选项卡
6576
- custom_params:用户自定义业务参数
6577
- sandbox:云桌面
6578
- custom_variables:自定义输入参数
6579
- web_search: 网页搜索内容
6580
- file_collection:文件收集信息
6581
- widget:widget信息
6582
- widget_action:用户端widget动作信息
6637
+ :param _Type: <p>消息内容类型<br>text:文本<br>image:图片<br>file:文件<br>option_cards:选项卡<br>custom_params:用户自定义业务参数<br>sandbox:云桌面<br>custom_variables:自定义输入参数<br>web_search: 网页搜索内容<br>file_collection:文件收集信息<br>widget:widget信息<br>widget_action:用户端widget动作信息</p>
6583
6638
  :type Type: str
6584
- :param _Text: 文本内容
6639
+ :param _Text: <p>文本内容</p>
6585
6640
  注意:此字段可能返回 null,表示取不到有效值。
6586
6641
  :type Text: str
6587
- :param _QuoteInfos: 引用信息
6642
+ :param _QuoteInfos: <p>引用信息</p>
6588
6643
  注意:此字段可能返回 null,表示取不到有效值。
6589
6644
  :type QuoteInfos: list of QuoteInfo
6590
- :param _References: 参考文献信息
6645
+ :param _References: <p>参考文献信息</p>
6591
6646
  注意:此字段可能返回 null,表示取不到有效值。
6592
6647
  :type References: list of ContentReference
6593
- :param _Image: 图片信息
6648
+ :param _Image: <p>图片信息</p>
6594
6649
  注意:此字段可能返回 null,表示取不到有效值。
6595
6650
  :type Image: :class:`tencentcloud.lke.v20231130.models.ImageInfoContent`
6596
- :param _File: 文件信息
6651
+ :param _File: <p>文件信息</p>
6597
6652
  注意:此字段可能返回 null,表示取不到有效值。
6598
6653
  :type File: :class:`tencentcloud.lke.v20231130.models.FileInfoContent`
6599
- :param _OptionCards: 选项卡信息
6654
+ :param _OptionCards: <p>选项卡信息</p>
6600
6655
  注意:此字段可能返回 null,表示取不到有效值。
6601
6656
  :type OptionCards: list of str
6602
- :param _CustomParams: 用户自定义业务参数信息
6657
+ :param _CustomParams: <p>用户自定义业务参数信息</p>
6603
6658
  注意:此字段可能返回 null,表示取不到有效值。
6604
6659
  :type CustomParams: list of str
6605
- :param _CustomVariables: 自定义变量
6660
+ :param _CustomVariables: <p>自定义变量</p>
6606
6661
  注意:此字段可能返回 null,表示取不到有效值。
6607
6662
  :type CustomVariables: list of str
6608
- :param _Sandbox: 沙盒信息
6663
+ :param _Sandbox: <p>沙盒信息</p>
6609
6664
  注意:此字段可能返回 null,表示取不到有效值。
6610
6665
  :type Sandbox: :class:`tencentcloud.lke.v20231130.models.SandboxContent`
6611
- :param _WebSearch: 网页搜索内容
6666
+ :param _WebSearch: <p>网页搜索内容</p>
6612
6667
  注意:此字段可能返回 null,表示取不到有效值。
6613
6668
  :type WebSearch: :class:`tencentcloud.lke.v20231130.models.WebSearchContent`
6614
- :param _FileCollection: 文件收集信息
6669
+ :param _FileCollection: <p>文件收集信息</p>
6615
6670
  注意:此字段可能返回 null,表示取不到有效值。
6616
6671
  :type FileCollection: :class:`tencentcloud.lke.v20231130.models.FileCollection`
6617
- :param _Widget: Widget信息
6672
+ :param _Widget: <p>Widget信息</p>
6618
6673
  注意:此字段可能返回 null,表示取不到有效值。
6619
6674
  :type Widget: :class:`tencentcloud.lke.v20231130.models.Widget`
6620
- :param _WidgetAction: Widget动作信息
6675
+ :param _WidgetAction: <p>Widget动作信息</p>
6621
6676
  注意:此字段可能返回 null,表示取不到有效值。
6622
6677
  :type WidgetAction: :class:`tencentcloud.lke.v20231130.models.WidgetAction`
6678
+ :param _Tasks: <p>任务列表</p>
6679
+ 注意:此字段可能返回 null,表示取不到有效值。
6680
+ :type Tasks: list of AgentTask
6681
+ :param _Questionnaire: <p>问卷信息</p>
6682
+ 注意:此字段可能返回 null,表示取不到有效值。
6683
+ :type Questionnaire: :class:`tencentcloud.lke.v20231130.models.Questionnaire`
6684
+ :param _OptionMode: <p>选项卡模式</p>
6685
+ :type OptionMode: int
6623
6686
  """
6624
6687
  self._Type = None
6625
6688
  self._Text = None
@@ -6635,21 +6698,13 @@ widget_action:用户端widget动作信息
6635
6698
  self._FileCollection = None
6636
6699
  self._Widget = None
6637
6700
  self._WidgetAction = None
6701
+ self._Tasks = None
6702
+ self._Questionnaire = None
6703
+ self._OptionMode = None
6638
6704
 
6639
6705
  @property
6640
6706
  def Type(self):
6641
- r"""消息内容类型
6642
- text:文本
6643
- image:图片
6644
- file:文件
6645
- option_cards:选项卡
6646
- custom_params:用户自定义业务参数
6647
- sandbox:云桌面
6648
- custom_variables:自定义输入参数
6649
- web_search: 网页搜索内容
6650
- file_collection:文件收集信息
6651
- widget:widget信息
6652
- widget_action:用户端widget动作信息
6707
+ r"""<p>消息内容类型<br>text:文本<br>image:图片<br>file:文件<br>option_cards:选项卡<br>custom_params:用户自定义业务参数<br>sandbox:云桌面<br>custom_variables:自定义输入参数<br>web_search: 网页搜索内容<br>file_collection:文件收集信息<br>widget:widget信息<br>widget_action:用户端widget动作信息</p>
6653
6708
  :rtype: str
6654
6709
  """
6655
6710
  return self._Type
@@ -6660,7 +6715,7 @@ widget_action:用户端widget动作信息
6660
6715
 
6661
6716
  @property
6662
6717
  def Text(self):
6663
- r"""文本内容
6718
+ r"""<p>文本内容</p>
6664
6719
  注意:此字段可能返回 null,表示取不到有效值。
6665
6720
  :rtype: str
6666
6721
  """
@@ -6672,7 +6727,7 @@ widget_action:用户端widget动作信息
6672
6727
 
6673
6728
  @property
6674
6729
  def QuoteInfos(self):
6675
- r"""引用信息
6730
+ r"""<p>引用信息</p>
6676
6731
  注意:此字段可能返回 null,表示取不到有效值。
6677
6732
  :rtype: list of QuoteInfo
6678
6733
  """
@@ -6684,7 +6739,7 @@ widget_action:用户端widget动作信息
6684
6739
 
6685
6740
  @property
6686
6741
  def References(self):
6687
- r"""参考文献信息
6742
+ r"""<p>参考文献信息</p>
6688
6743
  注意:此字段可能返回 null,表示取不到有效值。
6689
6744
  :rtype: list of ContentReference
6690
6745
  """
@@ -6696,7 +6751,7 @@ widget_action:用户端widget动作信息
6696
6751
 
6697
6752
  @property
6698
6753
  def Image(self):
6699
- r"""图片信息
6754
+ r"""<p>图片信息</p>
6700
6755
  注意:此字段可能返回 null,表示取不到有效值。
6701
6756
  :rtype: :class:`tencentcloud.lke.v20231130.models.ImageInfoContent`
6702
6757
  """
@@ -6708,7 +6763,7 @@ widget_action:用户端widget动作信息
6708
6763
 
6709
6764
  @property
6710
6765
  def File(self):
6711
- r"""文件信息
6766
+ r"""<p>文件信息</p>
6712
6767
  注意:此字段可能返回 null,表示取不到有效值。
6713
6768
  :rtype: :class:`tencentcloud.lke.v20231130.models.FileInfoContent`
6714
6769
  """
@@ -6720,7 +6775,7 @@ widget_action:用户端widget动作信息
6720
6775
 
6721
6776
  @property
6722
6777
  def OptionCards(self):
6723
- r"""选项卡信息
6778
+ r"""<p>选项卡信息</p>
6724
6779
  注意:此字段可能返回 null,表示取不到有效值。
6725
6780
  :rtype: list of str
6726
6781
  """
@@ -6732,7 +6787,7 @@ widget_action:用户端widget动作信息
6732
6787
 
6733
6788
  @property
6734
6789
  def CustomParams(self):
6735
- r"""用户自定义业务参数信息
6790
+ r"""<p>用户自定义业务参数信息</p>
6736
6791
  注意:此字段可能返回 null,表示取不到有效值。
6737
6792
  :rtype: list of str
6738
6793
  """
@@ -6744,7 +6799,7 @@ widget_action:用户端widget动作信息
6744
6799
 
6745
6800
  @property
6746
6801
  def CustomVariables(self):
6747
- r"""自定义变量
6802
+ r"""<p>自定义变量</p>
6748
6803
  注意:此字段可能返回 null,表示取不到有效值。
6749
6804
  :rtype: list of str
6750
6805
  """
@@ -6756,7 +6811,7 @@ widget_action:用户端widget动作信息
6756
6811
 
6757
6812
  @property
6758
6813
  def Sandbox(self):
6759
- r"""沙盒信息
6814
+ r"""<p>沙盒信息</p>
6760
6815
  注意:此字段可能返回 null,表示取不到有效值。
6761
6816
  :rtype: :class:`tencentcloud.lke.v20231130.models.SandboxContent`
6762
6817
  """
@@ -6768,7 +6823,7 @@ widget_action:用户端widget动作信息
6768
6823
 
6769
6824
  @property
6770
6825
  def WebSearch(self):
6771
- r"""网页搜索内容
6826
+ r"""<p>网页搜索内容</p>
6772
6827
  注意:此字段可能返回 null,表示取不到有效值。
6773
6828
  :rtype: :class:`tencentcloud.lke.v20231130.models.WebSearchContent`
6774
6829
  """
@@ -6780,7 +6835,7 @@ widget_action:用户端widget动作信息
6780
6835
 
6781
6836
  @property
6782
6837
  def FileCollection(self):
6783
- r"""文件收集信息
6838
+ r"""<p>文件收集信息</p>
6784
6839
  注意:此字段可能返回 null,表示取不到有效值。
6785
6840
  :rtype: :class:`tencentcloud.lke.v20231130.models.FileCollection`
6786
6841
  """
@@ -6792,7 +6847,7 @@ widget_action:用户端widget动作信息
6792
6847
 
6793
6848
  @property
6794
6849
  def Widget(self):
6795
- r"""Widget信息
6850
+ r"""<p>Widget信息</p>
6796
6851
  注意:此字段可能返回 null,表示取不到有效值。
6797
6852
  :rtype: :class:`tencentcloud.lke.v20231130.models.Widget`
6798
6853
  """
@@ -6804,7 +6859,7 @@ widget_action:用户端widget动作信息
6804
6859
 
6805
6860
  @property
6806
6861
  def WidgetAction(self):
6807
- r"""Widget动作信息
6862
+ r"""<p>Widget动作信息</p>
6808
6863
  注意:此字段可能返回 null,表示取不到有效值。
6809
6864
  :rtype: :class:`tencentcloud.lke.v20231130.models.WidgetAction`
6810
6865
  """
@@ -6814,6 +6869,41 @@ widget_action:用户端widget动作信息
6814
6869
  def WidgetAction(self, WidgetAction):
6815
6870
  self._WidgetAction = WidgetAction
6816
6871
 
6872
+ @property
6873
+ def Tasks(self):
6874
+ r"""<p>任务列表</p>
6875
+ 注意:此字段可能返回 null,表示取不到有效值。
6876
+ :rtype: list of AgentTask
6877
+ """
6878
+ return self._Tasks
6879
+
6880
+ @Tasks.setter
6881
+ def Tasks(self, Tasks):
6882
+ self._Tasks = Tasks
6883
+
6884
+ @property
6885
+ def Questionnaire(self):
6886
+ r"""<p>问卷信息</p>
6887
+ 注意:此字段可能返回 null,表示取不到有效值。
6888
+ :rtype: :class:`tencentcloud.lke.v20231130.models.Questionnaire`
6889
+ """
6890
+ return self._Questionnaire
6891
+
6892
+ @Questionnaire.setter
6893
+ def Questionnaire(self, Questionnaire):
6894
+ self._Questionnaire = Questionnaire
6895
+
6896
+ @property
6897
+ def OptionMode(self):
6898
+ r"""<p>选项卡模式</p>
6899
+ :rtype: int
6900
+ """
6901
+ return self._OptionMode
6902
+
6903
+ @OptionMode.setter
6904
+ def OptionMode(self, OptionMode):
6905
+ self._OptionMode = OptionMode
6906
+
6817
6907
 
6818
6908
  def _deserialize(self, params):
6819
6909
  self._Type = params.get("Type")
@@ -6854,6 +6944,16 @@ widget_action:用户端widget动作信息
6854
6944
  if params.get("WidgetAction") is not None:
6855
6945
  self._WidgetAction = WidgetAction()
6856
6946
  self._WidgetAction._deserialize(params.get("WidgetAction"))
6947
+ if params.get("Tasks") is not None:
6948
+ self._Tasks = []
6949
+ for item in params.get("Tasks"):
6950
+ obj = AgentTask()
6951
+ obj._deserialize(item)
6952
+ self._Tasks.append(obj)
6953
+ if params.get("Questionnaire") is not None:
6954
+ self._Questionnaire = Questionnaire()
6955
+ self._Questionnaire._deserialize(params.get("Questionnaire"))
6956
+ self._OptionMode = params.get("OptionMode")
6857
6957
  memeber_set = set(params.keys())
6858
6958
  for name, value in vars(self).items():
6859
6959
  property_name = name[1:]
@@ -16037,27 +16137,27 @@ class FileInfoContent(AbstractModel):
16037
16137
 
16038
16138
  def __init__(self):
16039
16139
  r"""
16040
- :param _DocBizId: 实时文档解析接口返回的 DocBizId
16140
+ :param _DocBizId: <p>实时文档解析接口返回的 DocBizId</p>
16041
16141
  注意:此字段可能返回 null,表示取不到有效值。
16042
- :type DocBizId: int
16043
- :param _FileName: 文件名称
16142
+ :type DocBizId: str
16143
+ :param _FileName: <p>文件名称</p>
16044
16144
  注意:此字段可能返回 null,表示取不到有效值。
16045
16145
  :type FileName: str
16046
- :param _FileType: 文件类型
16146
+ :param _FileType: <p>文件类型</p>
16047
16147
  注意:此字段可能返回 null,表示取不到有效值。
16048
16148
  :type FileType: str
16049
- :param _FileSize: 文件大小
16149
+ :param _FileSize: <p>文件大小,单位为Byte</p>
16050
16150
  注意:此字段可能返回 null,表示取不到有效值。
16051
- :type FileSize: int
16052
- :param _FileUrl: 文件 URL
16151
+ :type FileSize: str
16152
+ :param _FileUrl: <p>文件 URL</p>
16053
16153
  注意:此字段可能返回 null,表示取不到有效值。
16054
16154
  :type FileUrl: str
16055
- :param _DocId: 实时文档解析接口返回的 doc_id
16155
+ :param _DocId: <p>实时文档解析接口返回的 doc_id。</p>
16056
16156
  注意:此字段可能返回 null,表示取不到有效值。
16057
- :type DocId: int
16058
- :param _CreateTime: 文件创建时间
16157
+ :type DocId: str
16158
+ :param _CreateTime: <p>文件创建时间</p>
16059
16159
  注意:此字段可能返回 null,表示取不到有效值。
16060
- :type CreateTime: int
16160
+ :type CreateTime: str
16061
16161
  """
16062
16162
  self._DocBizId = None
16063
16163
  self._FileName = None
@@ -16071,9 +16171,9 @@ class FileInfoContent(AbstractModel):
16071
16171
  def DocBizId(self):
16072
16172
  warnings.warn("parameter `DocBizId` is deprecated", DeprecationWarning)
16073
16173
 
16074
- r"""实时文档解析接口返回的 DocBizId
16174
+ r"""<p>实时文档解析接口返回的 DocBizId</p>
16075
16175
  注意:此字段可能返回 null,表示取不到有效值。
16076
- :rtype: int
16176
+ :rtype: str
16077
16177
  """
16078
16178
  return self._DocBizId
16079
16179
 
@@ -16085,7 +16185,7 @@ class FileInfoContent(AbstractModel):
16085
16185
 
16086
16186
  @property
16087
16187
  def FileName(self):
16088
- r"""文件名称
16188
+ r"""<p>文件名称</p>
16089
16189
  注意:此字段可能返回 null,表示取不到有效值。
16090
16190
  :rtype: str
16091
16191
  """
@@ -16097,7 +16197,7 @@ class FileInfoContent(AbstractModel):
16097
16197
 
16098
16198
  @property
16099
16199
  def FileType(self):
16100
- r"""文件类型
16200
+ r"""<p>文件类型</p>
16101
16201
  注意:此字段可能返回 null,表示取不到有效值。
16102
16202
  :rtype: str
16103
16203
  """
@@ -16109,9 +16209,9 @@ class FileInfoContent(AbstractModel):
16109
16209
 
16110
16210
  @property
16111
16211
  def FileSize(self):
16112
- r"""文件大小
16212
+ r"""<p>文件大小,单位为Byte</p>
16113
16213
  注意:此字段可能返回 null,表示取不到有效值。
16114
- :rtype: int
16214
+ :rtype: str
16115
16215
  """
16116
16216
  return self._FileSize
16117
16217
 
@@ -16121,7 +16221,7 @@ class FileInfoContent(AbstractModel):
16121
16221
 
16122
16222
  @property
16123
16223
  def FileUrl(self):
16124
- r"""文件 URL
16224
+ r"""<p>文件 URL</p>
16125
16225
  注意:此字段可能返回 null,表示取不到有效值。
16126
16226
  :rtype: str
16127
16227
  """
@@ -16133,9 +16233,9 @@ class FileInfoContent(AbstractModel):
16133
16233
 
16134
16234
  @property
16135
16235
  def DocId(self):
16136
- r"""实时文档解析接口返回的 doc_id
16236
+ r"""<p>实时文档解析接口返回的 doc_id。</p>
16137
16237
  注意:此字段可能返回 null,表示取不到有效值。
16138
- :rtype: int
16238
+ :rtype: str
16139
16239
  """
16140
16240
  return self._DocId
16141
16241
 
@@ -16145,9 +16245,9 @@ class FileInfoContent(AbstractModel):
16145
16245
 
16146
16246
  @property
16147
16247
  def CreateTime(self):
16148
- r"""文件创建时间
16248
+ r"""<p>文件创建时间</p>
16149
16249
  注意:此字段可能返回 null,表示取不到有效值。
16150
- :rtype: int
16250
+ :rtype: str
16151
16251
  """
16152
16252
  return self._CreateTime
16153
16253
 
@@ -29557,45 +29657,29 @@ class NodeRunBase(AbstractModel):
29557
29657
 
29558
29658
  def __init__(self):
29559
29659
  r"""
29560
- :param _NodeRunId: 节点运行的ID
29660
+ :param _NodeRunId: <p>节点运行的ID</p>
29561
29661
  :type NodeRunId: str
29562
- :param _NodeId: 节点ID
29662
+ :param _NodeId: <p>节点ID</p>
29563
29663
  :type NodeId: str
29564
- :param _WorkflowRunId: 工作流运行实例的ID
29664
+ :param _WorkflowRunId: <p>工作流运行实例的ID</p>
29565
29665
  :type WorkflowRunId: str
29566
- :param _NodeName: 节点名称
29666
+ :param _NodeName: <p>节点名称</p>
29567
29667
  :type NodeName: str
29568
- :param _NodeType: 节点类型。
29569
- 1: 开始节点
29570
- 2:参数提取节点
29571
- 3:大模型节点
29572
- 4:知识问答节点
29573
- 5:知识检索节点
29574
- 6:标签提取节点
29575
- 7:代码执行节点
29576
- 8:工具节点
29577
- 9:逻辑判断节点
29578
- 10:回复节点
29579
- 11:选项卡节点
29580
- 12:循环节点
29581
- 13:意图识别节点
29582
- 14:工作流节点
29583
- 15:插件节点
29584
- 16:结束节点
29585
- 17: 变量聚合节点数据
29586
- 18: 批处理节点
29587
- 19: 消息队列节点
29668
+ :param _NodeType: <p>节点类型。<br>1: 开始节点<br>2:参数提取节点<br>3:大模型节点<br>4:知识问答节点<br>5:知识检索节点<br>6:标签提取节点<br>7:代码执行节点<br>8:工具节点<br>9:逻辑判断节点<br>10:回复节点<br>11:选项卡节点<br>12:循环节点<br>13:意图识别节点<br>14:工作流节点<br>15:插件节点<br>16:结束节点<br>17: 变量聚合节点数据<br>18: 批处理节点<br>19: 消息队列节点</p>
29588
29669
  :type NodeType: int
29589
- :param _State: 运行状态。0: 初始状态;1: 运行中;2: 运行成功; 3: 运行失败; 4: 已取消
29670
+ :param _State: <p>运行状态。0: 初始状态;1: 运行中;2: 运行成功; 3: 运行失败; 4: 已取消</p>
29590
29671
  :type State: int
29591
- :param _FailCode: 错误码
29672
+ :param _FailCode: <p>错误码</p>
29592
29673
  :type FailCode: str
29593
- :param _FailMessage: 错误信息
29674
+ :param _FailMessage: <p>错误信息</p>
29594
29675
  :type FailMessage: str
29595
- :param _CostMilliseconds: 消耗时间(毫秒)
29676
+ :param _CostMilliseconds: <p>消耗时间(毫秒)</p>
29596
29677
  :type CostMilliseconds: int
29597
- :param _TotalTokens: 消耗的token总数
29678
+ :param _TotalTokens: <p>消耗的token总数</p>
29598
29679
  :type TotalTokens: int
29680
+ :param _BranchIndexList: <p>分支下标列表</p><p>单位:无</p>
29681
+ 注意:此字段可能返回 null,表示取不到有效值。
29682
+ :type BranchIndexList: list of int
29599
29683
  """
29600
29684
  self._NodeRunId = None
29601
29685
  self._NodeId = None
@@ -29607,10 +29691,11 @@ class NodeRunBase(AbstractModel):
29607
29691
  self._FailMessage = None
29608
29692
  self._CostMilliseconds = None
29609
29693
  self._TotalTokens = None
29694
+ self._BranchIndexList = None
29610
29695
 
29611
29696
  @property
29612
29697
  def NodeRunId(self):
29613
- r"""节点运行的ID
29698
+ r"""<p>节点运行的ID</p>
29614
29699
  :rtype: str
29615
29700
  """
29616
29701
  return self._NodeRunId
@@ -29621,7 +29706,7 @@ class NodeRunBase(AbstractModel):
29621
29706
 
29622
29707
  @property
29623
29708
  def NodeId(self):
29624
- r"""节点ID
29709
+ r"""<p>节点ID</p>
29625
29710
  :rtype: str
29626
29711
  """
29627
29712
  return self._NodeId
@@ -29632,7 +29717,7 @@ class NodeRunBase(AbstractModel):
29632
29717
 
29633
29718
  @property
29634
29719
  def WorkflowRunId(self):
29635
- r"""工作流运行实例的ID
29720
+ r"""<p>工作流运行实例的ID</p>
29636
29721
  :rtype: str
29637
29722
  """
29638
29723
  return self._WorkflowRunId
@@ -29643,7 +29728,7 @@ class NodeRunBase(AbstractModel):
29643
29728
 
29644
29729
  @property
29645
29730
  def NodeName(self):
29646
- r"""节点名称
29731
+ r"""<p>节点名称</p>
29647
29732
  :rtype: str
29648
29733
  """
29649
29734
  return self._NodeName
@@ -29654,26 +29739,7 @@ class NodeRunBase(AbstractModel):
29654
29739
 
29655
29740
  @property
29656
29741
  def NodeType(self):
29657
- r"""节点类型。
29658
- 1: 开始节点
29659
- 2:参数提取节点
29660
- 3:大模型节点
29661
- 4:知识问答节点
29662
- 5:知识检索节点
29663
- 6:标签提取节点
29664
- 7:代码执行节点
29665
- 8:工具节点
29666
- 9:逻辑判断节点
29667
- 10:回复节点
29668
- 11:选项卡节点
29669
- 12:循环节点
29670
- 13:意图识别节点
29671
- 14:工作流节点
29672
- 15:插件节点
29673
- 16:结束节点
29674
- 17: 变量聚合节点数据
29675
- 18: 批处理节点
29676
- 19: 消息队列节点
29742
+ r"""<p>节点类型。<br>1: 开始节点<br>2:参数提取节点<br>3:大模型节点<br>4:知识问答节点<br>5:知识检索节点<br>6:标签提取节点<br>7:代码执行节点<br>8:工具节点<br>9:逻辑判断节点<br>10:回复节点<br>11:选项卡节点<br>12:循环节点<br>13:意图识别节点<br>14:工作流节点<br>15:插件节点<br>16:结束节点<br>17: 变量聚合节点数据<br>18: 批处理节点<br>19: 消息队列节点</p>
29677
29743
  :rtype: int
29678
29744
  """
29679
29745
  return self._NodeType
@@ -29684,7 +29750,7 @@ class NodeRunBase(AbstractModel):
29684
29750
 
29685
29751
  @property
29686
29752
  def State(self):
29687
- r"""运行状态。0: 初始状态;1: 运行中;2: 运行成功; 3: 运行失败; 4: 已取消
29753
+ r"""<p>运行状态。0: 初始状态;1: 运行中;2: 运行成功; 3: 运行失败; 4: 已取消</p>
29688
29754
  :rtype: int
29689
29755
  """
29690
29756
  return self._State
@@ -29695,7 +29761,7 @@ class NodeRunBase(AbstractModel):
29695
29761
 
29696
29762
  @property
29697
29763
  def FailCode(self):
29698
- r"""错误码
29764
+ r"""<p>错误码</p>
29699
29765
  :rtype: str
29700
29766
  """
29701
29767
  return self._FailCode
@@ -29706,7 +29772,7 @@ class NodeRunBase(AbstractModel):
29706
29772
 
29707
29773
  @property
29708
29774
  def FailMessage(self):
29709
- r"""错误信息
29775
+ r"""<p>错误信息</p>
29710
29776
  :rtype: str
29711
29777
  """
29712
29778
  return self._FailMessage
@@ -29717,7 +29783,7 @@ class NodeRunBase(AbstractModel):
29717
29783
 
29718
29784
  @property
29719
29785
  def CostMilliseconds(self):
29720
- r"""消耗时间(毫秒)
29786
+ r"""<p>消耗时间(毫秒)</p>
29721
29787
  :rtype: int
29722
29788
  """
29723
29789
  return self._CostMilliseconds
@@ -29728,7 +29794,7 @@ class NodeRunBase(AbstractModel):
29728
29794
 
29729
29795
  @property
29730
29796
  def TotalTokens(self):
29731
- r"""消耗的token总数
29797
+ r"""<p>消耗的token总数</p>
29732
29798
  :rtype: int
29733
29799
  """
29734
29800
  return self._TotalTokens
@@ -29737,6 +29803,18 @@ class NodeRunBase(AbstractModel):
29737
29803
  def TotalTokens(self, TotalTokens):
29738
29804
  self._TotalTokens = TotalTokens
29739
29805
 
29806
+ @property
29807
+ def BranchIndexList(self):
29808
+ r"""<p>分支下标列表</p><p>单位:无</p>
29809
+ 注意:此字段可能返回 null,表示取不到有效值。
29810
+ :rtype: list of int
29811
+ """
29812
+ return self._BranchIndexList
29813
+
29814
+ @BranchIndexList.setter
29815
+ def BranchIndexList(self, BranchIndexList):
29816
+ self._BranchIndexList = BranchIndexList
29817
+
29740
29818
 
29741
29819
  def _deserialize(self, params):
29742
29820
  self._NodeRunId = params.get("NodeRunId")
@@ -29749,6 +29827,7 @@ class NodeRunBase(AbstractModel):
29749
29827
  self._FailMessage = params.get("FailMessage")
29750
29828
  self._CostMilliseconds = params.get("CostMilliseconds")
29751
29829
  self._TotalTokens = params.get("TotalTokens")
29830
+ self._BranchIndexList = params.get("BranchIndexList")
29752
29831
  memeber_set = set(params.keys())
29753
29832
  for name, value in vars(self).items():
29754
29833
  property_name = name[1:]
@@ -31582,6 +31661,285 @@ class QaReference(AbstractModel):
31582
31661
 
31583
31662
 
31584
31663
 
31664
+ class QuestionOption(AbstractModel):
31665
+ r"""问题可选项
31666
+
31667
+ """
31668
+
31669
+ def __init__(self):
31670
+ r"""
31671
+ :param _Label: <p>选项的标签</p>
31672
+ :type Label: str
31673
+ :param _Description: <p>选项的描述</p>
31674
+ :type Description: str
31675
+ """
31676
+ self._Label = None
31677
+ self._Description = None
31678
+
31679
+ @property
31680
+ def Label(self):
31681
+ r"""<p>选项的标签</p>
31682
+ :rtype: str
31683
+ """
31684
+ return self._Label
31685
+
31686
+ @Label.setter
31687
+ def Label(self, Label):
31688
+ self._Label = Label
31689
+
31690
+ @property
31691
+ def Description(self):
31692
+ r"""<p>选项的描述</p>
31693
+ :rtype: str
31694
+ """
31695
+ return self._Description
31696
+
31697
+ @Description.setter
31698
+ def Description(self, Description):
31699
+ self._Description = Description
31700
+
31701
+
31702
+ def _deserialize(self, params):
31703
+ self._Label = params.get("Label")
31704
+ self._Description = params.get("Description")
31705
+ memeber_set = set(params.keys())
31706
+ for name, value in vars(self).items():
31707
+ property_name = name[1:]
31708
+ if property_name in memeber_set:
31709
+ memeber_set.remove(property_name)
31710
+ if len(memeber_set) > 0:
31711
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
31712
+
31713
+
31714
+
31715
+ class Questionnaire(AbstractModel):
31716
+ r"""问卷信息
31717
+
31718
+ """
31719
+
31720
+ def __init__(self):
31721
+ r"""
31722
+ :param _Title: <p>问卷的标题</p>
31723
+ :type Title: str
31724
+ :param _Questions: <p>问卷的问题列表</p>
31725
+ :type Questions: list of QuestionnaireQuestion
31726
+ :param _Answers: <p>问卷的答案列表</p>
31727
+ :type Answers: list of QuestionnaireQuestionAnswer
31728
+ """
31729
+ self._Title = None
31730
+ self._Questions = None
31731
+ self._Answers = None
31732
+
31733
+ @property
31734
+ def Title(self):
31735
+ r"""<p>问卷的标题</p>
31736
+ :rtype: str
31737
+ """
31738
+ return self._Title
31739
+
31740
+ @Title.setter
31741
+ def Title(self, Title):
31742
+ self._Title = Title
31743
+
31744
+ @property
31745
+ def Questions(self):
31746
+ r"""<p>问卷的问题列表</p>
31747
+ :rtype: list of QuestionnaireQuestion
31748
+ """
31749
+ return self._Questions
31750
+
31751
+ @Questions.setter
31752
+ def Questions(self, Questions):
31753
+ self._Questions = Questions
31754
+
31755
+ @property
31756
+ def Answers(self):
31757
+ r"""<p>问卷的答案列表</p>
31758
+ :rtype: list of QuestionnaireQuestionAnswer
31759
+ """
31760
+ return self._Answers
31761
+
31762
+ @Answers.setter
31763
+ def Answers(self, Answers):
31764
+ self._Answers = Answers
31765
+
31766
+
31767
+ def _deserialize(self, params):
31768
+ self._Title = params.get("Title")
31769
+ if params.get("Questions") is not None:
31770
+ self._Questions = []
31771
+ for item in params.get("Questions"):
31772
+ obj = QuestionnaireQuestion()
31773
+ obj._deserialize(item)
31774
+ self._Questions.append(obj)
31775
+ if params.get("Answers") is not None:
31776
+ self._Answers = []
31777
+ for item in params.get("Answers"):
31778
+ obj = QuestionnaireQuestionAnswer()
31779
+ obj._deserialize(item)
31780
+ self._Answers.append(obj)
31781
+ memeber_set = set(params.keys())
31782
+ for name, value in vars(self).items():
31783
+ property_name = name[1:]
31784
+ if property_name in memeber_set:
31785
+ memeber_set.remove(property_name)
31786
+ if len(memeber_set) > 0:
31787
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
31788
+
31789
+
31790
+
31791
+ class QuestionnaireQuestion(AbstractModel):
31792
+ r"""问卷的问题
31793
+
31794
+ """
31795
+
31796
+ def __init__(self):
31797
+ r"""
31798
+ :param _Index: <p>问题的序号</p>
31799
+ :type Index: int
31800
+ :param _Question: <p>问题的内容</p>
31801
+ :type Question: str
31802
+ :param _Type: <p>问题类型</p>
31803
+ :type Type: int
31804
+ :param _Required: <p>是否必选</p>
31805
+ :type Required: bool
31806
+ :param _Options: <p>问题的选项</p>
31807
+ :type Options: list of QuestionOption
31808
+ """
31809
+ self._Index = None
31810
+ self._Question = None
31811
+ self._Type = None
31812
+ self._Required = None
31813
+ self._Options = None
31814
+
31815
+ @property
31816
+ def Index(self):
31817
+ r"""<p>问题的序号</p>
31818
+ :rtype: int
31819
+ """
31820
+ return self._Index
31821
+
31822
+ @Index.setter
31823
+ def Index(self, Index):
31824
+ self._Index = Index
31825
+
31826
+ @property
31827
+ def Question(self):
31828
+ r"""<p>问题的内容</p>
31829
+ :rtype: str
31830
+ """
31831
+ return self._Question
31832
+
31833
+ @Question.setter
31834
+ def Question(self, Question):
31835
+ self._Question = Question
31836
+
31837
+ @property
31838
+ def Type(self):
31839
+ r"""<p>问题类型</p>
31840
+ :rtype: int
31841
+ """
31842
+ return self._Type
31843
+
31844
+ @Type.setter
31845
+ def Type(self, Type):
31846
+ self._Type = Type
31847
+
31848
+ @property
31849
+ def Required(self):
31850
+ r"""<p>是否必选</p>
31851
+ :rtype: bool
31852
+ """
31853
+ return self._Required
31854
+
31855
+ @Required.setter
31856
+ def Required(self, Required):
31857
+ self._Required = Required
31858
+
31859
+ @property
31860
+ def Options(self):
31861
+ r"""<p>问题的选项</p>
31862
+ :rtype: list of QuestionOption
31863
+ """
31864
+ return self._Options
31865
+
31866
+ @Options.setter
31867
+ def Options(self, Options):
31868
+ self._Options = Options
31869
+
31870
+
31871
+ def _deserialize(self, params):
31872
+ self._Index = params.get("Index")
31873
+ self._Question = params.get("Question")
31874
+ self._Type = params.get("Type")
31875
+ self._Required = params.get("Required")
31876
+ if params.get("Options") is not None:
31877
+ self._Options = []
31878
+ for item in params.get("Options"):
31879
+ obj = QuestionOption()
31880
+ obj._deserialize(item)
31881
+ self._Options.append(obj)
31882
+ memeber_set = set(params.keys())
31883
+ for name, value in vars(self).items():
31884
+ property_name = name[1:]
31885
+ if property_name in memeber_set:
31886
+ memeber_set.remove(property_name)
31887
+ if len(memeber_set) > 0:
31888
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
31889
+
31890
+
31891
+
31892
+ class QuestionnaireQuestionAnswer(AbstractModel):
31893
+ r"""问卷问题的答案
31894
+
31895
+ """
31896
+
31897
+ def __init__(self):
31898
+ r"""
31899
+ :param _Question: <p>问题</p>
31900
+ :type Question: str
31901
+ :param _SelectedLabels: <p>选中的答案标签</p>
31902
+ :type SelectedLabels: list of str
31903
+ """
31904
+ self._Question = None
31905
+ self._SelectedLabels = None
31906
+
31907
+ @property
31908
+ def Question(self):
31909
+ r"""<p>问题</p>
31910
+ :rtype: str
31911
+ """
31912
+ return self._Question
31913
+
31914
+ @Question.setter
31915
+ def Question(self, Question):
31916
+ self._Question = Question
31917
+
31918
+ @property
31919
+ def SelectedLabels(self):
31920
+ r"""<p>选中的答案标签</p>
31921
+ :rtype: list of str
31922
+ """
31923
+ return self._SelectedLabels
31924
+
31925
+ @SelectedLabels.setter
31926
+ def SelectedLabels(self, SelectedLabels):
31927
+ self._SelectedLabels = SelectedLabels
31928
+
31929
+
31930
+ def _deserialize(self, params):
31931
+ self._Question = params.get("Question")
31932
+ self._SelectedLabels = params.get("SelectedLabels")
31933
+ memeber_set = set(params.keys())
31934
+ for name, value in vars(self).items():
31935
+ property_name = name[1:]
31936
+ if property_name in memeber_set:
31937
+ memeber_set.remove(property_name)
31938
+ if len(memeber_set) > 0:
31939
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
31940
+
31941
+
31942
+
31585
31943
  class QuoteInfo(AbstractModel):
31586
31944
  r"""搜索引擎参考来源索引
31587
31945
 
@@ -38349,37 +38707,37 @@ class WorkflowRunNodeInfo(AbstractModel):
38349
38707
 
38350
38708
  def __init__(self):
38351
38709
  r"""
38352
- :param _NodeId: 节点ID
38710
+ :param _NodeId: <p>节点ID</p>
38353
38711
  注意:此字段可能返回 null,表示取不到有效值。
38354
38712
  :type NodeId: str
38355
- :param _NodeType: 节点类型
38713
+ :param _NodeType: <p>节点类型</p>
38356
38714
  注意:此字段可能返回 null,表示取不到有效值。
38357
38715
  :type NodeType: int
38358
- :param _NodeName: 节点名称
38716
+ :param _NodeName: <p>节点名称</p>
38359
38717
  注意:此字段可能返回 null,表示取不到有效值。
38360
38718
  :type NodeName: str
38361
- :param _Status: 状态
38719
+ :param _Status: <p>状态</p>
38362
38720
  注意:此字段可能返回 null,表示取不到有效值。
38363
38721
  :type Status: int
38364
- :param _Input: 输入
38722
+ :param _Input: <p>输入</p>
38365
38723
  注意:此字段可能返回 null,表示取不到有效值。
38366
38724
  :type Input: str
38367
- :param _Output: 输出
38725
+ :param _Output: <p>输出</p>
38368
38726
  注意:此字段可能返回 null,表示取不到有效值。
38369
38727
  :type Output: str
38370
- :param _TaskOutput: 任务输出
38728
+ :param _TaskOutput: <p>任务输出</p>
38371
38729
  注意:此字段可能返回 null,表示取不到有效值。
38372
38730
  :type TaskOutput: str
38373
- :param _FailMessage: 错误信息
38731
+ :param _FailMessage: <p>错误信息</p>
38374
38732
  注意:此字段可能返回 null,表示取不到有效值。
38375
38733
  :type FailMessage: str
38376
- :param _CostMilliSeconds: 花费时长
38734
+ :param _CostMilliSeconds: <p>花费时长,单位为毫秒</p>
38377
38735
  注意:此字段可能返回 null,表示取不到有效值。
38378
38736
  :type CostMilliSeconds: int
38379
- :param _StatisticInfos: 大模型输出信息
38737
+ :param _StatisticInfos: <p>大模型输出信息</p>
38380
38738
  注意:此字段可能返回 null,表示取不到有效值。
38381
38739
  :type StatisticInfos: list of StatisticInfo
38382
- :param _FailCode: 错误代码
38740
+ :param _FailCode: <p>错误代码</p>
38383
38741
  注意:此字段可能返回 null,表示取不到有效值。
38384
38742
  :type FailCode: str
38385
38743
  """
@@ -38397,7 +38755,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38397
38755
 
38398
38756
  @property
38399
38757
  def NodeId(self):
38400
- r"""节点ID
38758
+ r"""<p>节点ID</p>
38401
38759
  注意:此字段可能返回 null,表示取不到有效值。
38402
38760
  :rtype: str
38403
38761
  """
@@ -38409,7 +38767,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38409
38767
 
38410
38768
  @property
38411
38769
  def NodeType(self):
38412
- r"""节点类型
38770
+ r"""<p>节点类型</p>
38413
38771
  注意:此字段可能返回 null,表示取不到有效值。
38414
38772
  :rtype: int
38415
38773
  """
@@ -38421,7 +38779,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38421
38779
 
38422
38780
  @property
38423
38781
  def NodeName(self):
38424
- r"""节点名称
38782
+ r"""<p>节点名称</p>
38425
38783
  注意:此字段可能返回 null,表示取不到有效值。
38426
38784
  :rtype: str
38427
38785
  """
@@ -38433,7 +38791,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38433
38791
 
38434
38792
  @property
38435
38793
  def Status(self):
38436
- r"""状态
38794
+ r"""<p>状态</p>
38437
38795
  注意:此字段可能返回 null,表示取不到有效值。
38438
38796
  :rtype: int
38439
38797
  """
@@ -38445,7 +38803,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38445
38803
 
38446
38804
  @property
38447
38805
  def Input(self):
38448
- r"""输入
38806
+ r"""<p>输入</p>
38449
38807
  注意:此字段可能返回 null,表示取不到有效值。
38450
38808
  :rtype: str
38451
38809
  """
@@ -38457,7 +38815,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38457
38815
 
38458
38816
  @property
38459
38817
  def Output(self):
38460
- r"""输出
38818
+ r"""<p>输出</p>
38461
38819
  注意:此字段可能返回 null,表示取不到有效值。
38462
38820
  :rtype: str
38463
38821
  """
@@ -38469,7 +38827,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38469
38827
 
38470
38828
  @property
38471
38829
  def TaskOutput(self):
38472
- r"""任务输出
38830
+ r"""<p>任务输出</p>
38473
38831
  注意:此字段可能返回 null,表示取不到有效值。
38474
38832
  :rtype: str
38475
38833
  """
@@ -38481,7 +38839,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38481
38839
 
38482
38840
  @property
38483
38841
  def FailMessage(self):
38484
- r"""错误信息
38842
+ r"""<p>错误信息</p>
38485
38843
  注意:此字段可能返回 null,表示取不到有效值。
38486
38844
  :rtype: str
38487
38845
  """
@@ -38493,7 +38851,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38493
38851
 
38494
38852
  @property
38495
38853
  def CostMilliSeconds(self):
38496
- r"""花费时长
38854
+ r"""<p>花费时长,单位为毫秒</p>
38497
38855
  注意:此字段可能返回 null,表示取不到有效值。
38498
38856
  :rtype: int
38499
38857
  """
@@ -38505,7 +38863,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38505
38863
 
38506
38864
  @property
38507
38865
  def StatisticInfos(self):
38508
- r"""大模型输出信息
38866
+ r"""<p>大模型输出信息</p>
38509
38867
  注意:此字段可能返回 null,表示取不到有效值。
38510
38868
  :rtype: list of StatisticInfo
38511
38869
  """
@@ -38517,7 +38875,7 @@ class WorkflowRunNodeInfo(AbstractModel):
38517
38875
 
38518
38876
  @property
38519
38877
  def FailCode(self):
38520
- r"""错误代码
38878
+ r"""<p>错误代码</p>
38521
38879
  注意:此字段可能返回 null,表示取不到有效值。
38522
38880
  :rtype: str
38523
38881
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.64
3
+ Version: 3.1.73
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.64
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.73
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.73
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.64