ProActions AI-Kit Configuration for Sections
Eidosmedia ProActions AI-Kit section configuration files
| Type | object |
|---|---|
| File match |
*.ai-kit.sect.yaml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/proactions-ai-kit-configuration-for-sections/latest.json |
| Source | https://raw.githubusercontent.com/em-al-wi/proactions-schema/main/schema/partial-section.schema.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
A logical section containing grouped actions
Properties
section
string
required
Section identifier
actions
Latest Partial Action.schema | string[]
required
List of actions in this section
category
string
Category for grouping sections
app
string
Application where this section applies
context
string | string[]
Document context where this section appears
keywords
string
Search keywords for finding actions
icon
string
Icon html for this section
monitor
object
Monitor configuration override for this section
9 nested properties
enabled
boolean
Enable monitor for this section
showProgress
boolean
Show progress bar
showStepNames
boolean
Show current step name
showElapsedTime
boolean
Show elapsed time
enableCancellation
boolean
Allow cancelling this flow
confirmCancellation
boolean
Confirm before cancelling
renderMarkdown
boolean
Render markdown in feedback messages
defaultWidth
number
Override default width of the monitor in pixels for this section
min=200
defaultHeight
number
Override default height of the monitor in pixels for this section
min=100
imports
object[] | string
blocks
Latest Partial Blocks.schema | string