feat: separate prompt opening and entry behavior
This commit is contained in:
@@ -206,11 +206,13 @@ export type StartupAction = {
|
||||
|
||||
export type StartupConfig = {
|
||||
executionMode: "sequential";
|
||||
entryMode: "wait_user" | "generate";
|
||||
actions: StartupAction[];
|
||||
openingMessage: {
|
||||
title: string;
|
||||
message: string;
|
||||
confirmLabel: string;
|
||||
skipSpeechOnConfirm: boolean;
|
||||
} | null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user