From 88c68acb869d59018e3449cbdcb678f02a3a7f32 Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Tue, 5 Mar 2024 18:35:36 +0800 Subject: [PATCH] Update index.ts --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 295117d..923f4b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -102,8 +102,7 @@ const run = async () => { tags: tags, title: manifestJson.name_for_human, }, - schemaVersion: 1, - systemRole: manifestJson.description_for_model, + schemaVersion: 1 }; } catch (error) { consola.error(`Failed to sync ${path}`, error);