mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
feat: add plugin instruction config (#2579)
* feat: add plugin instruction config * fix build
This commit is contained in:
@@ -18,7 +18,8 @@ export const chatConfigType = {
|
||||
whisperConfig: Object,
|
||||
scheduledTriggerConfig: Object,
|
||||
chatInputGuide: Object,
|
||||
fileSelectConfig: Object
|
||||
fileSelectConfig: Object,
|
||||
instruction: String
|
||||
};
|
||||
|
||||
// schema
|
||||
|
Reference in New Issue
Block a user