From cf3151e50e4964dc22cd95b0d02b1b980dd07255 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Tue, 24 Feb 2026 17:07:05 -0300 Subject: [PATCH] lint: fix missing doc comment --- providers/google/provider_options.go | 1 + 1 file changed, 1 insertion(+) diff --git a/providers/google/provider_options.go b/providers/google/provider_options.go index fc94264ff6a5e87eb7c31e5216df6c9625dcd730..f05004405110ba5f142c22296455b5261ce4bc6b 100644 --- a/providers/google/provider_options.go +++ b/providers/google/provider_options.go @@ -36,6 +36,7 @@ func init() { // Mutually exclusive with ThinkingBudget. type ThinkingLevel = string +// Predefined thinking levels for the Google provider. const ( ThinkingLevelLow ThinkingLevel = "LOW" ThinkingLevelMedium ThinkingLevel = "MEDIUM"