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

Interface WorkflowInputs

scripts/sync-workflow-inputs.ts:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20interface WorkflowInputs {
21 [key: string]: WorkflowInput;
22}
23
24// Convert agent:model to workflow input ID
25function toInputId(agent: string, model: string): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected