Skip to content

Commit 0f91c17

Browse files
fix(gemini): fix agentapi versions
1 parent 5dab7a5 commit 0f91c17

File tree

1 file changed

+2
-3
lines changed
  • registry/coder-labs/modules/gemini

1 file changed

+2
-3
lines changed

registry/coder-labs/modules/gemini/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ variable "install_agentapi" {
8181
variable "agentapi_version" {
8282
type = string
8383
description = "The version of AgentAPI to install."
84-
default = "v0.3.0"
84+
default = "v0.2.3"
8585
}
8686

8787
variable "gemini_model" {
@@ -176,10 +176,9 @@ EOT
176176

177177
module "agentapi" {
178178
source = "registry.coder.com/coder/agentapi/coder"
179-
version = "1.0.0"
179+
version = "1.0.2"
180180

181181
agent_id = var.agent_id
182-
folder = var.folder
183182
web_app_slug = local.app_slug
184183
web_app_order = var.order
185184
web_app_group = var.group

0 commit comments

Comments
 (0)