@yuntijs/arcadia-bff-sdk 1.2.98 → 1.2.99

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/dist/cjs/sdk.d.ts CHANGED
@@ -525,6 +525,8 @@ export type CreateKnowledgeBaseFileChunkInput = {
525
525
  fileId: Scalars['String']['input'];
526
526
  };
527
527
  export type CreateKnowledgeBaseFileInput = {
528
+ /** enableQASplit是否启用QA拆分 */
529
+ enableQASplit?: InputMaybe<Scalars['Boolean']['input']>;
528
530
  /**
529
531
  * 文件存储路径
530
532
  * 如果知识库为表格数据类型,则一次仅允许上传一个文件
package/dist/esm/sdk.d.ts CHANGED
@@ -525,6 +525,8 @@ export type CreateKnowledgeBaseFileChunkInput = {
525
525
  fileId: Scalars['String']['input'];
526
526
  };
527
527
  export type CreateKnowledgeBaseFileInput = {
528
+ /** enableQASplit是否启用QA拆分 */
529
+ enableQASplit?: InputMaybe<Scalars['Boolean']['input']>;
528
530
  /**
529
531
  * 文件存储路径
530
532
  * 如果知识库为表格数据类型,则一次仅允许上传一个文件