Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/proactions-ai-kit-configuration/_shared/latest--partial-monitor.schema.json
Parent schema proactions-ai-kit-configuration
Type: object

Configuration for the Flow Monitor

Properties

enabled boolean | string

Enable or disable the monitor. 'ondemand' means it's enabled only when specific actions request it.

Default: "ondemand"
position string

Position of the monitor on the screen

Default: "bottom-right"
Values: "top-right" "bottom" "top" "bottom-right" "center"
theme string

Visual theme for the monitor. 'auto' inherits from the host application.

Default: "auto"
Values: "dark" "light" "auto"
completionFadeDelay number

Delay in milliseconds before the completion pill fades out

Default: 3000
min=1000
maxVisible number

Maximum number of visible executions

Default: 5
apps string[]

Applications where the monitor should be visible

Default:
[
  "all"
]
showProgress boolean

Show progress bar for executions

Default: true
showStepNames boolean

Show current step name

Default: true
showElapsedTime boolean

Show elapsed time for executions

Default: true
enableCancellation boolean

Allow users to cancel running executions

Default: true
confirmCancellation boolean

Show confirmation dialog before cancelling

Default: true
renderMarkdown boolean

Render markdown in feedback messages

Default: true
defaultWidth number

Default width of the monitor in pixels

Default: 350
min=200
defaultHeight number

Default height of the monitor in pixels

min=100
forUsers string[]

Restrict monitor to specific users

forGroups string[]

Restrict monitor to specific groups

forTeams string[]

Restrict monitor to specific teams

disabled boolean

Disable the monitor configuration