mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
optimize app update time (#6127)
* 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> * app update time * recent app * fix * type * fix * context * perf: update app usingtime code * fix: ts * update parent * doc * perf: code per * unauth refresh --------- Co-authored-by: archer <545436317@qq.com>
This commit is contained in:
@@ -43,19 +43,21 @@ const OutLinkSchema = new Schema({
|
||||
type: Date
|
||||
},
|
||||
|
||||
responseDetail: {
|
||||
showRunningStatus: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
showNodeStatus: {
|
||||
showCite: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
},
|
||||
// showFullText: {
|
||||
// type: Boolean
|
||||
// },
|
||||
showRawSource: {
|
||||
type: Boolean
|
||||
showFullText: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
canDownloadSource: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
limit: {
|
||||
maxUsagePoints: {
|
||||
|
||||
Reference in New Issue
Block a user