MCPcopy Create free account
hub / github.com/openai/plugins / applyEvaluationPresentation

Function applyEvaluationPresentation

plugins/plugin-eval/src/core/presentation.js:96–102  ·  view source on GitHub ↗
(result)

Source from the content-addressed store, hash-verified

94}
95
96export function applyEvaluationPresentation(result) {
97 result.summary = enrichSummary(result, result.summary);
98 if (!result.nextAction) {
99 result.nextAction = createEvaluationNextAction(result);
100 }
101 return result;
102}
103
104export function createWorkflowGuideNextAction(guide) {
105 const startHere = guide.startHere || guide.recommendedWorkflow;

Callers 2

analyzePathFunction · 0.90
ensureEvaluationPayloadFunction · 0.90

Calls 2

enrichSummaryFunction · 0.90

Tested by

no test coverage detected