mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 17:55:24 +00:00
fix: sensitive check
This commit is contained in:
4
client/src/types/plugin.d.ts
vendored
4
client/src/types/plugin.d.ts
vendored
@@ -19,7 +19,3 @@ export type KbTestItemType = {
|
||||
time: Date;
|
||||
results: (KbDataItemType & { score: number })[];
|
||||
};
|
||||
|
||||
export type TextPluginRequestParams = {
|
||||
input: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user