feat: save ai usage

This commit is contained in:
2026-05-24 11:12:04 +02:00
parent 24ec4165a6
commit 8715267361
11 changed files with 629 additions and 40 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
namespace App\Enums;
enum AiUsageType: string
{
case MEAL_IMAGE_ANALYSIS = 'meal_image_analysis';
case MEAL_POST_GENERATION = 'meal_post_generation';
}