(name: string)
| 9 | import { it } from "../lib/effect" |
| 10 | |
| 11 | const command = (name: string): Command.Info => ({ |
| 12 | name, |
| 13 | source: "command", |
| 14 | template: `run ${name}`, |
| 15 | hints: [], |
| 16 | }) |
| 17 | |
| 18 | const model = (providerID: ProviderV2.ID, id: string, variants?: Directory.ModelVariants): Provider.Model => ({ |
| 19 | id: ModelV2.ID.make(id), |
no outgoing calls
no test coverage detected