mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-19 00:40:59 +00:00
feat(wizard): start bot setup from scenarios
This commit is contained in:
@@ -445,6 +445,7 @@ export interface SystemLimitation {
|
||||
|
||||
export interface WizardProgress {
|
||||
step: number;
|
||||
selected_scenario?: string | null;
|
||||
selected_adapter: string | null;
|
||||
created_bot_uuid: string | null;
|
||||
bot_saved: boolean;
|
||||
|
||||
Reference in New Issue
Block a user