UNPKG

@inngest/ai

Version:
12 lines 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * A cheeky hack to ensure we account for all AI adapters. */ const adapters = { "openai-chat": null, anthropic: null, gemini: null, grok: null, }; //# sourceMappingURL=adapter.js.map