tencentcloud-sdk-nodejs-lke 4.1.224 → 4.1.226
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.
package/package.json
CHANGED
|
@@ -5796,12 +5796,12 @@ export interface ListDocResponse {
|
|
|
5796
5796
|
*/
|
|
5797
5797
|
export interface CreateAppResponse {
|
|
5798
5798
|
/**
|
|
5799
|
-
*
|
|
5799
|
+
* <p>应用ID</p>
|
|
5800
5800
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5801
5801
|
*/
|
|
5802
5802
|
AppBizId?: string;
|
|
5803
5803
|
/**
|
|
5804
|
-
*
|
|
5804
|
+
* <p>判断账户应用列表权限是否是自定义的,用户交互提示</p>
|
|
5805
5805
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5806
5806
|
*/
|
|
5807
5807
|
IsCustomList?: boolean;
|
|
@@ -9315,19 +9315,19 @@ export interface ListReleaseQAPreviewResponse {
|
|
|
9315
9315
|
*/
|
|
9316
9316
|
export interface CreateAppRequest {
|
|
9317
9317
|
/**
|
|
9318
|
-
*
|
|
9318
|
+
* <p>应用类型;<code>"knowledge_qa"</code> 知识问答应用(包含标准模式 单工作流 Multi-Agent 等模式)</p>
|
|
9319
9319
|
*/
|
|
9320
9320
|
AppType: string;
|
|
9321
9321
|
/**
|
|
9322
|
-
*
|
|
9322
|
+
* <p>应用基础配置</p>
|
|
9323
9323
|
*/
|
|
9324
9324
|
BaseConfig: BaseConfig;
|
|
9325
9325
|
/**
|
|
9326
|
-
*
|
|
9326
|
+
* <p>应用模式 standard:标准模式, agent: agent模式,single_workflow:单工作流模式,ClawAgent:Claw模式</p>
|
|
9327
9327
|
*/
|
|
9328
9328
|
Pattern?: string;
|
|
9329
9329
|
/**
|
|
9330
|
-
*
|
|
9330
|
+
* <p>智能体类型,用于区分应用最终以何种智能体形态对外服务(对话("dialogue") / 公众号("wechat"))。当前 ADP 创建页面不区分对话/公众号智能体,ADP 创建页默认走对话智能体。</p>
|
|
9331
9331
|
*/
|
|
9332
9332
|
AgentType?: string;
|
|
9333
9333
|
}
|