Rocky_Mountain_Vending/.pnpm-store/v10/files/e1/f715bcd17cd6c8d7fd45697a957b2872f4deda9657843259030720a3a5f5a25804bd3cb03278eefae0df5896c5dfa5af3f5062ba94e484e4264a68dc36b736
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

11 lines
474 B
Text

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const OPENAI_INTEGRATION_NAME = 'OpenAI';
// https://platform.openai.com/docs/quickstart?api-mode=responses
// https://platform.openai.com/docs/quickstart?api-mode=chat
const INSTRUMENTED_METHODS = ['responses.create', 'chat.completions.create'] ;
exports.INSTRUMENTED_METHODS = INSTRUMENTED_METHODS;
exports.OPENAI_INTEGRATION_NAME = OPENAI_INTEGRATION_NAME;
//# sourceMappingURL=constants.js.map