Skip to content

Commit 96b15d4

Browse files
authored
fix(adapters): gemini reasoning (#2572)
Closes #2571
1 parent a226ca0 commit 96b15d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lua/codecompanion/adapters/http/gemini.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,13 @@ return {
195195
end
196196
return false
197197
end,
198-
default = "medium",
199-
desc = "Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.",
198+
default = "high",
199+
desc = "Constrains effort on reasoning for reasoning models. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response. See https://docs.cloud.google.com/vertex-ai/generative-ai/docs/thinking for details and options.",
200200
choices = {
201201
"high",
202202
"medium",
203203
"low",
204+
"minimal",
204205
"none",
205206
},
206207
},

0 commit comments

Comments
 (0)