Skip to content

Commit b744e2b

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 0b3d397 commit b744e2b

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
@@ -358,7 +358,7 @@ val FIREBASE_AI_SAMPLES = listOf(
358358
categories = listOf(Category.TEXT),
359359
initialPrompt = content { text("Customer Name") },
360360
allowEmptyPrompt = false,
361-
// To make this work on your project, create an `Input + System Instructions` template in your project with this name
361+
// To make this work, create an `Input + System Instructions` template in your Firebase project with this name
362362
templateId = "input-system-instructions",
363363
templateKey = "customerName"
364364
),

0 commit comments

Comments
 (0)