🧠🔥 I replaced my “stupid” NHL request with AI… and it actually slaps 🤯🏒 | by RAFA | July 2026
/*** Talk to Gemini to answer free text questions about the NHL from the Ask NHL screen.*/class AskNhlRepository @Inject constructor (private val geminiApi: GeminiApi,) { /*** Send [question] to Gemini and returns the generated response text.* Wrapped in a result so that the ViewModel can cleanly display an error state* instead of crashing or disclosing […]