Skip to content

Commit

Permalink
✨ feat: support manifest type
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Oct 22, 2023
1 parent 9e73cba commit b0e4f1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/types/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ export interface LobeChatPluginManifest {
identifier: string;
openapi?: string;
settings?: PluginSchema;
/**
* plugin runtime type
* @default default
*/
type?: 'standalone' | 'default';
/**
* plugin ui on user side
* @desc The type of rendering for the plugin
Expand Down

0 comments on commit b0e4f1c

Please sign in to comment.