mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-03 01:02:15 +08:00
Visibillty playground (#6152)
* feat: add chat visibility controls and improve quote reader permissions (#6102) * feat: add chat visibility controls and improve quote reader permissions * fix test * zod * fix * test & openapi * frontend filter * update name * fix * fix * rename variables * fix * test * fix build * fix * fix --------- Co-authored-by: archer <545436317@qq.com> * perf: init shell --------- Co-authored-by: heheer <heheer@sealos.io>
This commit is contained in:
@@ -85,7 +85,12 @@ const OutLinkSchema = new Schema({
|
||||
},
|
||||
defaultResponse: {
|
||||
type: String
|
||||
}
|
||||
},
|
||||
|
||||
//@deprecated
|
||||
responseDetail: Boolean,
|
||||
showNodeStatus: Boolean,
|
||||
showRawSource: Boolean
|
||||
});
|
||||
|
||||
OutLinkSchema.virtual('associatedApp', {
|
||||
|
||||
Reference in New Issue
Block a user