EmbeddingController(List<String> args) { if (args.isNotEmpty) { startConfig.complete(jsonDecode(args.first)); } else { startConfig.complete({}); } }