JuniorAppOptions
Defined in: app.ts:55
Properties
Section titled “Properties”configDefaults?
Section titled “configDefaults?”
optionalconfigDefaults?:Record<string,unknown>
Defined in: app.ts:64
Install-wide provider defaults (provider.key format). Channel overrides take precedence.
conversationWork?
Section titled “conversationWork?”
optionalconversationWork?:VercelConversationWorkCallbackOptions
Defined in: app.ts:66
Queue consumer wiring for the durable conversation worker.
plugins?
Section titled “plugins?”
optionalplugins?:JuniorPluginSet
Defined in: app.ts:68
Direct plugin set override. Usually omitted when juniorNitro() uses a plugin module.
slack?
Section titled “slack?”
optionalslack?:object
Defined in: app.ts:57
Slack-specific overrides applied after env parsing.
completedReactionEmoji?
Section titled “completedReactionEmoji?”
optionalcompletedReactionEmoji?:string
Slack emoji shown after a turn completes. Defaults to white_check_mark.
processingReactionEmoji?
Section titled “processingReactionEmoji?”
optionalprocessingReactionEmoji?:string
Slack emoji shown while Junior is processing. Defaults to eyes.
waitUntil?
Section titled “waitUntil?”
optionalwaitUntil?:WaitUntilFn
Defined in: app.ts:69