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

Function buildStartCommand

plugins/plugin-eval/src/core/presentation.js:28–30  ·  view source on GitHub ↗
(target, chatPrompt)

Source from the content-addressed store, hash-verified

26}
27
28function buildStartCommand(target, chatPrompt) {
29 return `plugin-eval start ${formatCommandPath(target.path)} --request ${shellQuote(chatPrompt)} --format markdown`;
30}
31
32function hasStructuralFailures(result) {
33 return result.checks.some(

Callers 4

createBudgetNextActionFunction · 0.85

Calls 2

formatCommandPathFunction · 0.90
shellQuoteFunction · 0.70

Tested by

no test coverage detected