feat: 拆分数据自定义prompt

This commit is contained in:
archer
2023-04-03 00:37:40 +08:00
parent 16a31de1c7
commit 56ba6fa5f7
7 changed files with 40 additions and 14 deletions

View File

@@ -69,6 +69,7 @@ export interface ModelSplitDataSchema {
userId: string;
modelId: string;
rawText: string;
prompt: string;
errorText: string;
textList: string[];
}