+ {rec && ( +
+
+ + {infoExpanded && ( +
+ {rec.main_prompt && ( +
+ Description + {rec.main_prompt} +
+ )} + {rec.liked_shows && ( +
+ Liked + {rec.liked_shows} +
+ )} + {rec.disliked_shows && ( +
+ Disliked + {rec.disliked_shows} +
+ )} + {rec.themes && ( +
+ Themes + {rec.themes} +
+ )} +
+ Media + {rec.media_type === 'tv_show' ? 'TV Shows' : 'Movies'} +
+ {rec.use_web_search && ( +
+ Web Search + enabled +
+ )} +
+ )} +
+
+ )} + {isRunning && (
@@ -122,7 +172,6 @@ export function Recom({ id }: RecomProps) { {!isRunning && rec?.status === 'done' && rec.recommendations && (
-

{rec.title}

{rec.recommendations.map((show) => (