feat: add plugin framework with UI contributions and suite selection
- Implemented PluginBlocks component to render various plugin UI elements. - Created SuitePicker for selecting test suites and questions. - Introduced usePluginUI hook for managing plugin UI state and manifest. - Developed DocsPage for comprehensive plugin framework documentation. - Added PluginPage to render pages declared by plugins based on the current path.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Language",
|
||||
"description": "Foundational understanding and generation: sentiment, entities, similarity, coreference, summarization and translation.",
|
||||
"order": 10
|
||||
}
|
||||
Reference in New Issue
Block a user