We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebb8db commit a7f489dCopy full SHA for a7f489d
firebase-ai/src/main/kotlin/com/google/firebase/ai/common/APIController.kt
@@ -335,7 +335,7 @@ private suspend fun validateResponse(response: HttpResponse) {
335
throw PromptBlockedException(message)
336
}
337
if (message.contains("genai config not found")) {
338
- throw NotConfiguredException(message)
+ throw NotConfiguredException()
339
340
getServiceDisabledErrorDetailsOrNull(error)?.let {
341
val errorMessage =
0 commit comments