Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openai/plugins
/ section
Function
section
plugins/plugin-eval/src/renderers/markdown.js:22–24 ·
view source on GitHub ↗
(title, lines)
Source
from the content-addressed store, hash-verified
20
}
21
22
function
section(title, lines) {
23
return
[`## ${title}`, ...lines].join(
"\n"
);
24
}
25
26
function
renderNextAction(nextAction) {
27
if
(!nextAction) {
Callers
7
renderEvaluation
Function · 0.70
renderWorkflowGuidePayload
Function · 0.70
renderBudgetExplanation
Function · 0.70
renderMeasurementPlanPayload
Function · 0.70
renderBenchmarkTemplateInit
Function · 0.70
renderBenchmarkRun
Function · 0.70
renderComparison
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected