CustomCommandParameter
Defined in: core/dist/config/types.d.ts:621
Configuration for a custom command parameter. Parameters allow the model to provide dynamic values to commands.
Properties
Section titled “Properties”allow?
Section titled “allow?”
optionalallow?:ValidationCheck[]
Defined in: core/dist/config/types.d.ts:633
Optional list of validation checks to skip for this parameter’s value.
Use when this parameter legitimately requires values that would normally be blocked.
For example, ["absolute-paths"] allows values like /dev/ttyUSB0 for this parameter.
Available checks: absolute-paths, directory-traversal, shell-injection, null-bytes
description
Section titled “description”description:
string
Defined in: core/dist/config/types.d.ts:625
Description of the parameter shown to the model.