Skip to content

Commit 47d5b7f

Browse files
committed
remove grounding from the document category
1 parent 1a49b77 commit 47d5b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/ui/navigation/FirebaseAISamples.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ val FIREBASE_AI_SAMPLES = listOf(
204204
route = GoogleSearchGroundingRoute,
205205
screenType = ScreenType.CHAT,
206206
viewModelClass = GoogleSearchGroundingViewModel::class,
207-
categories = listOf(Category.TEXT, Category.DOCUMENT)
207+
categories = listOf(Category.TEXT)
208208
),
209209
Sample(
210210
title = "Server Prompt Template - Imagen",

0 commit comments

Comments
 (0)