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

Function toDescription

scripts/sync-workflow-inputs.ts:30–32  ·  view source on GitHub ↗
(agent: string, model: string)

Source from the content-addressed store, hash-verified

28
29// Convert agent:model to display description
30function toDescription(agent: string, model: string): string {
31 return `${agent}:${model}`;
32}
33
34async function main(): Promise<void> {
35 const workflowPath = ".github/workflows/compare-models.yml";

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected