Environment bindings for Cloudflare Workers. Contains KV namespace bindings required by the SDK.

interface ENV {
    PROMPTS: KVNamespace<string>;
}

Properties

Properties

PROMPTS: KVNamespace<string>

KV namespace for storing prompt templates