We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dab7a5 commit 0f91c17Copy full SHA for 0f91c17
registry/coder-labs/modules/gemini/main.tf
@@ -81,7 +81,7 @@ variable "install_agentapi" {
81
variable "agentapi_version" {
82
type = string
83
description = "The version of AgentAPI to install."
84
- default = "v0.3.0"
+ default = "v0.2.3"
85
}
86
87
variable "gemini_model" {
@@ -176,10 +176,9 @@ EOT
176
177
module "agentapi" {
178
source = "registry.coder.com/coder/agentapi/coder"
179
- version = "1.0.0"
+ version = "1.0.2"
180
181
agent_id = var.agent_id
182
- folder = var.folder
183
web_app_slug = local.app_slug
184
web_app_order = var.order
185
web_app_group = var.group
0 commit comments