Skip to content

Commit

Permalink
馃悰 fix: improve model systemRole
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 16, 2023
1 parent 92068aa commit 67023ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/schema/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const pluginManifestSchema = z.object({
}),
openapi: z.string().optional(),
settings: JSONSchema.optional(),
systemRole: z.string().optional(),
ui: z
.object({
height: z.number().optional(),
Expand Down
1 change: 1 addition & 0 deletions src/types/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export interface LobeChatPluginManifest {
meta: Meta;
openapi?: string;
settings?: PluginSchema;
systemRole?: string;
/**
* plugin runtime type
* @default default
Expand Down

0 comments on commit 67023ce

Please sign in to comment.