UNPKG

@inngest/ai

Version:
13 lines 307 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, "azure-openai": null, }; //# sourceMappingURL=adapter.js.map