Skip to content

Commit e244948

Browse files
Update SystemMessageEntryPreferences.kt
1 parent 1a990bd commit e244948

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

app/src/main/kotlin/com/google/ai/sample/util/SystemMessageEntryPreferences.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ object SystemMessageEntryPreferences {
4040
val defaultEntries = listOf(
4141
SystemMessageEntry(
4242
title = "Termux",
43-
guide = "//To write something in Termux you must be sure the ESC HOME banner is away. If not: `back()` `scrollRight(75%, 99%, 50%, 50)` `tapAtCoordinates(50%, 99%)` this in one message. Check if the banner has disappeared also at the bottom. To show the keyboard in Termux if the banner is gone:
44-
`tapAtCoordinates(50%, 99%)`
45-
You must always `Enter()` twice.\""
43+
guide = "//To write something in Termux you must be sure the ESC HOME banner is away. If not: `back()` `scrollRight(75%, 99%, 50%, 50)` `tapAtCoordinates(50%, 99%)` this in one message. Check if the banner has disappeared also at the bottom. To show the keyboard in Termux if the banner is gone: `tapAtCoordinates(50%, 99%)` And you must always `Enter()` twice.\""
4644
),
4745
SystemMessageEntry(
4846
title = "Chromium-based Browser",

0 commit comments

Comments
 (0)