feat: 拆分数据自定义prompt
This commit is contained in:
1
src/types/mongoSchema.d.ts
vendored
1
src/types/mongoSchema.d.ts
vendored
@@ -69,6 +69,7 @@ export interface ModelSplitDataSchema {
|
||||
userId: string;
|
||||
modelId: string;
|
||||
rawText: string;
|
||||
prompt: string;
|
||||
errorText: string;
|
||||
textList: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user