Skip to content

Commit bcade6d

Browse files
Update CommandParser.kt
1 parent 989797f commit bcade6d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -808,14 +808,4 @@ 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()
821811
}

0 commit comments

Comments
 (0)