feature: new changes!
All checks were successful
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 3m59s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 10s

This commit is contained in:
2026-03-25 20:09:32 -03:00
parent 26f61077b8
commit f9f3d95406
25 changed files with 964 additions and 696 deletions

View File

@@ -19,6 +19,7 @@ export function createRecommendation(body: {
liked_shows: string;
disliked_shows: string;
themes: string;
brainstorm_count?: number;
}): Promise<{ id: string }> {
return request('/recommendations', {
method: 'POST',