Skip to content

Commit 67023ce

Browse files
committed
🐛 fix: improve model systemRole
1 parent 92068aa commit 67023ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/schema/manifest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const pluginManifestSchema = z.object({
2727
}),
2828
openapi: z.string().optional(),
2929
settings: JSONSchema.optional(),
30+
systemRole: z.string().optional(),
3031
ui: z
3132
.object({
3233
height: z.number().optional(),

src/types/manifest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export interface LobeChatPluginManifest {
7171
meta: Meta;
7272
openapi?: string;
7373
settings?: PluginSchema;
74+
systemRole?: string;
7475
/**
7576
* plugin runtime type
7677
* @default default

0 commit comments

Comments
 (0)