MCPcopy 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
22function section(title, lines) {
23 return [`## ${title}`, ...lines].join("\n");
24}
25
26function renderNextAction(nextAction) {
27 if (!nextAction) {

Callers 7

renderEvaluationFunction · 0.70
renderBudgetExplanationFunction · 0.70
renderBenchmarkRunFunction · 0.70
renderComparisonFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected