Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kodjima33 authored Jul 19, 2024
1 parent fc17512 commit 0612f72
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,20 @@ structure:
"setup_instructions_file_path": "/assets/external_plugins_instructions/your-plugin-instructions.md"
}
}
```
```

If you want to submit a plugin that doesn't use custom integrations:


```json
{
"id": "your-plugin-id",
"name": "Your Plugin Name",
"author": "@your-username",
"description": "A brief description of your plugin",
"image": "/assets/plugin_images/your-plugin-image.png",
"prompt": "",
"memories": false,
"chat": false,
}
```

0 comments on commit 0612f72

Please sign in to comment.