Commit Graph

4 Commits

Author SHA1 Message Date
alexrg 411e0f2154 Add deno.lock file and refactor AI function to streamline OpenAI integration 2026-01-13 11:10:41 -06:00
alexrg f037e31896 Refactor Supabase function to simplify request handling and remove unused code 2026-01-13 09:49:39 -06:00
alexrg 5ab3c6ca5a Add TypeScript definitions for Supabase edge runtime 2026-01-13 09:40:07 -06:00
alexrg c0599e30ab Add initial project files including .gitignore, README, package.json, and TypeScript configuration
- Created .gitignore to exclude unnecessary files
- Added README.md with installation and usage instructions
- Initialized package.json with dependencies and configurations
- Set up tsconfig.json for TypeScript compiler options
- Implemented basic index.ts file for logging
- Added Supabase function structure in ai-structured directory
- Created test files for user authentication and function invocation
2026-01-13 09:39:03 -06:00