mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
Test version (#4792)
* plugin node version select (#4760) * plugin node version select * type * fix * fix * perf: version list * fix node version (#4787) * change my select * fix-ui * fix test * add test * fix * remove invalid version field * filter deprecated field * fix: claude tool call * fix: test --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -20,7 +20,19 @@ vi.mock('@fastgpt/service/core/app/schema', () => ({
|
||||
lean: vi.fn()
|
||||
})
|
||||
},
|
||||
AppCollectionName: 'apps'
|
||||
AppCollectionName: 'apps',
|
||||
chatConfigType: {
|
||||
welcomeText: String,
|
||||
variables: Array,
|
||||
questionGuide: Object,
|
||||
ttsConfig: Object,
|
||||
whisperConfig: Object,
|
||||
scheduledTriggerConfig: Object,
|
||||
chatInputGuide: Object,
|
||||
fileSelectConfig: Object,
|
||||
instruction: String,
|
||||
autoExecute: Object
|
||||
}
|
||||
}));
|
||||
|
||||
vi.mock('@fastgpt/service/core/app/version/controller', () => ({
|
||||
|
Reference in New Issue
Block a user