Skip to content

Commit 4e59917

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 cd496b1 commit 4e59917

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
@@ -356,7 +356,7 @@ val FIREBASE_AI_SAMPLES = listOf(
356356
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),
359-
initialPrompt = content { text("Customer Name") },
359+
initialPrompt = content { text("Jane Doe") },
360360
allowEmptyPrompt = false,
361361
// To make this work, create an `Input + System Instructions` template in your Firebase project with this name
362362
templateId = "input-system-instructions",

0 commit comments

Comments
 (0)