Extend warning message to selection step in prompt-to-edit (#6840)
* Extend warning messages to all args in ML commands * Only when it works actually * Add warningMessage to selection mixed input
This commit is contained in:
@ -974,6 +974,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
||||
allowCodeSelection: true,
|
||||
},
|
||||
skip: true,
|
||||
warningMessage: ML_EXPERIMENTAL_MESSAGE,
|
||||
},
|
||||
prompt: {
|
||||
inputType: 'text',
|
||||
|
Reference in New Issue
Block a user