| 18 | } |
| 19 | |
| 20 | interface WorkflowInputs { |
| 21 | [key: string]: WorkflowInput; |
| 22 | } |
| 23 | |
| 24 | // Convert agent:model to workflow input ID |
| 25 | function toInputId(agent: string, model: string): string { |
nothing calls this directly
no outgoing calls
no test coverage detected