From 92a2fb39cb6ed7ee5e871ae9e7e9664142c60450 Mon Sep 17 00:00:00 2001 From: Yulin Zhang Date: Sun, 1 Mar 2026 16:18:38 -0800 Subject: [PATCH] Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- cli/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cli/main.py b/cli/main.py index 34cdef32..6224c1fe 100644 --- a/cli/main.py +++ b/cli/main.py @@ -560,8 +560,7 @@ def get_user_selections(): thinking_level = None reasoning_effort = None - provider_lower = provider_key - if provider_lower == "google": + if provider_key == "google": console.print( create_question_box( "Step 7: Thinking Mode",