Skip to content

Commit 989797f

Browse files
Add files via upload
1 parent a4c06aa commit 989797f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,4 +808,14 @@ sealed class Command {
808808
* Command to switch to low reasoning model (gemini-2.0-flash-lite)
809809
*/
810810
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()
811821
}

0 commit comments

Comments
 (0)