()
| 35 | return "external" === 'ant' ? INTERNAL_MARKETPLACE_REPO : OFFICIAL_MARKETPLACE_REPO; |
| 36 | } |
| 37 | function getPluginId(): string { |
| 38 | return `thinkback@${getMarketplaceName()}`; |
| 39 | } |
| 40 | const SKILL_NAME = 'thinkback'; |
| 41 | |
| 42 | /** |
no test coverage detected