feat(wizard): start bot setup from scenarios

This commit is contained in:
huanghuoguoguo
2026-07-11 11:45:39 +08:00
parent a2b30957b6
commit 24322836ce
10 changed files with 963 additions and 208 deletions
+1
View File
@@ -1072,6 +1072,7 @@ export class BackendClient extends BaseHttpClient {
public saveWizardProgress(progress: {
step: number;
selected_scenario?: string | null;
selected_adapter: string | null;
created_bot_uuid: string | null;
bot_saved: boolean;