(name: string)
| 9 | }; |
| 10 | |
| 11 | const missingKey = (name: string) => { |
| 12 | console.warn(`Skipping ${name} example because the API key is not set.`); |
| 13 | }; |
| 14 | |
| 15 | async function runExample(label: string, cfg: ProviderConfig, query: string) { |
| 16 | if (!cfg.apiKey) { |