MCPcopy Create free account
hub / github.com/CaviraOSS/OpenReason / missingKey

Function missingKey

examples/code/provider-examples.ts:11–13  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

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

Callers 1

runExampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected