Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Mar 5, 2024
1 parent 986ced8 commit c40db41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export interface PluginMainifest {
type: 'none' | string;
};
description_for_human: string;
description_for_model: string;
legal_info_url: string;
logo_url: string;
name_for_human: string;
Expand Down Expand Up @@ -101,6 +102,7 @@ const run = async () => {
tags: tags,
title: manifestJson.name_for_human,
},
systemRole: manifestJson.description_for_model,
schemaVersion: 1,
};
} catch (error) {
Expand Down

0 comments on commit c40db41

Please sign in to comment.