Skip to content

Commit 0b3d397

Browse files
Update firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/FirebaseAISamples.kt
Co-authored-by: Rosário P. Fernandes <[email protected]>
1 parent 1afd252 commit 0b3d397

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/FirebaseAISamples.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ val FIREBASE_AI_SAMPLES = listOf(
353353
),
354354
Sample(
355355
title = "Server Prompt Templates",
356-
description = "Generate an invoice using server prompt templates",
356+
description = "Generate an invoice using server prompt templates. Note that you need to setup the template in the Firebase console before running this demo.",
357357
navRoute = "text",
358358
categories = listOf(Category.TEXT),
359359
initialPrompt = content { text("Customer Name") },

0 commit comments

Comments
 (0)