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

Function usageLogPath

plugins/plugin-eval/src/core/workflow-guide.js:15–17  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

13}
14
15function usageLogPath(target) {
16 return path.join(target.path, ".plugin-eval", "benchmark-usage.jsonl");
17}
18
19function targetLabel(target) {
20 if (target.kind === "plugin") {

Callers 2

commandsForGoalFunction · 0.85
buildWorkflowGuideFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected