You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/kotlin/com/google/ai/sample/feature/chat/ChatScreen.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,8 @@ fun ChatScreen(
208
208
isCommand.ScrollRightFromCoordinates->"Nach rechts scrollen von Position (${command.x}, ${command.y}) mit Distanz ${command.distance}px und Dauer ${command.duration}ms"
isCommand.UseHighReasoningModel->"Wechsle zu leistungsfähigerem Modell (gemini-2.5-pro-preview-03-25)"
135
+
isCommand.UseLowReasoningModel->"Wechsle zu schnellerem Modell (gemini-2.0-flash-lite)"
134
136
}
135
137
}
136
138
@@ -193,6 +195,8 @@ class ChatViewModel(
193
195
isCommand.ScrollRightFromCoordinates->"Nach rechts scrollen von Position (${command.x}, ${command.y}) mit Distanz ${command.distance}px und Dauer ${command.duration}ms"
0 commit comments