(input: Pick<StreamInput, "model" | "provider" | "auth">)
| 44 | } |
| 45 | |
| 46 | export function status(input: Pick<StreamInput, "model" | "provider" | "auth">): RuntimeStatus { |
| 47 | return statusWithFetch(input, providerFetch(input)) |
| 48 | } |
| 49 | |
| 50 | function statusWithFetch( |
| 51 | input: Pick<StreamInput, "model" | "provider" | "auth">, |
nothing calls this directly
no test coverage detected