MCPcopy Create free account
hub / github.com/anomalyco/opencode-bench / WorkflowInputDefinition

Interface WorkflowInputDefinition

scripts/build-workflow-matrix.ts:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35interface WorkflowInputDefinition {
36 description: string;
37 type: string;
38 default: boolean;
39}
40
41// Build mapping from input IDs to agent:model combinations by reading workflow file
42function buildInputMapping(): Map<string, { agent: string; model: string }> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected