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

Function targetLabel

plugins/plugin-eval/src/core/presentation.js:8–16  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

6}
7
8function targetLabel(target) {
9 if (target.kind === "plugin") {
10 return "plugin";
11 }
12 if (target.kind === "skill") {
13 return "skill";
14 }
15 return "target";
16}
17
18function targetTypeLabel(target) {
19 if (target.kind === "plugin") {

Callers 4

createBudgetNextActionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected