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/multimodal/PhotoReasoningScreen.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -454,6 +454,8 @@ fun PhotoReasoningScreen(
454
454
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)"
263
+
isCommand.UseLowReasoningModel->"Wechsle zu schnellerem Modell (gemini-2.0-flash-lite)"
262
264
}
263
265
}
264
266
@@ -321,6 +323,8 @@ class PhotoReasoningViewModel(
321
323
isCommand.ScrollRightFromCoordinates->"Nach rechts scrollen von Position (${command.x}, ${command.y}) mit Distanz ${command.distance}px und Dauer ${command.duration}ms"
0 commit comments