Skip to content

Commit bf9baa5

Browse files
committed
update sample
1 parent be51e11 commit bf9baa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ val FIREBASE_AI_SAMPLES = listOf(
272272
),
273273
Sample(
274274
title = "ForecastTalk",
275-
description = "Simple app which allows you to talk to AI and" +
276-
" also get information about the weather conditions",
275+
description = "Use bidirectional streaming to get information about" +
276+
" weather conditions for a specific US city on a specific date",
277277
navRoute = "stream",
278278
categories = listOf(Category.LIVE_API, Category.AUDIO, Category.FUNCTION_CALLING),
279279
tools = listOf(

0 commit comments

Comments
 (0)