We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c06aa commit 989797fCopy full SHA for 989797f
1 file changed
app/src/main/kotlin/com/google/ai/sample/util/CommandParser.kt
@@ -808,4 +808,14 @@ sealed class Command {
808
* Command to switch to low reasoning model (gemini-2.0-flash-lite)
809
*/
810
object UseLowReasoningModel : Command()
811
+
812
+ /**
813
+ * Command to switch to high reasoning model (gemini-2.5-pro-preview-03-25)
814
+ */
815
+ object UseHighReasoningModel : Command()
816
817
818
+ * Command to switch to low reasoning model (gemini-2.0-flash-lite)
819
820
+ object UseLowReasoningModel : Command()
821
}
0 commit comments