Plugin NamingPlugin names & descriptions are used by your Copilot to understand & reason about your plugin.
How to write good plugin names & descriptions- Write high-quality plugin names & descriptions that are descriptive.
- Make sure plugin names are unique from other plugins.
- Don’t set plugin names or descriptions to ‘TEST’ or ‘DEV 123'.
- Clarify scenarios to use (or not use) the plugin for using the description.
Good examples
Plugin Name | Plugin Description |
---|
💼 Submit Candidate Referral | Refer talent from your network to join us as employees. Submit technical, non-technical & executive referrals. |
🔎 View Purchase Order Invoices | View domestic purchase order invoices from the last 2 weeks. Do not use this for international invoice lookups. |
Lookup Stock Information | Get real-time stock data. Make sure you provide the TICKER as an input (e.g. AAPL) |
Bad examples
Plugin Name | Plugin Description |
---|
❌ Referrals | submit referral |
❌ [Test] Invoices | show invoice details |
❌ Stocks | return stock data |