feat(ChatKnowledge):chunk add enable_merge parameter (#1014)

Co-authored-by: Aralhi <xiaoping0501@gmail.com>
This commit is contained in:
Aries-ckt
2024-01-04 10:04:41 +08:00
committed by GitHub
parent fd30588e55
commit ca83443c48
26 changed files with 98 additions and 41 deletions

View File

@@ -82,6 +82,7 @@ export type IStrategyParameter = {
param_name: string;
param_type: string;
default_value?: string | number;
description: string;
};
export type IChunkStrategyResponse = {