- 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.
19 lines
342 B
Markdown
19 lines
342 B
Markdown
## Test {{TEST_NUMBER}}: {{TEST_TITLE}}
|
|
|
|
*Source:* `{{SOURCE_FILENAME}}`
|
|
|
|
### Prompt:
|
|
```text
|
|
{{PROMPT_CONTENT}}
|
|
```
|
|
|
|
{{RESPONSE_BLOCK}}
|
|
|
|
### Performance Metrics:
|
|
* **Tokens/s:** {{METRIC_TOKENS_PER_SECOND}}
|
|
* **Total Tokens:** {{METRIC_TOTAL_TOKENS}}
|
|
* **Time to First Token:** {{METRIC_TTFT}}
|
|
* **Stop Reason:** {{METRIC_STOP_REASON}}
|
|
|
|
---
|