Skip to content

Commit 07916a1

Browse files
Update CES test to use stable model (#17037) (#1281)
[upstream:c0aaa132b342c244c2620fa8b3a2695f09a26f4f] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 47f9061 commit 07916a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ces_agent_basic/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ resource "google_ces_agent" "ces_child_agent" {
7171
instruction = "You are a helpful assistant for this example."
7272

7373
model_settings {
74-
model = "gemini-2.5-flash-001"
74+
model = "gemini-2.5-flash"
7575
temperature = 0.5
7676
}
7777

@@ -116,7 +116,7 @@ resource "google_ces_agent" "ces_agent_basic" {
116116
instruction = "You are a helpful assistant for this example."
117117

118118
model_settings {
119-
model = "gemini-2.5-flash-001"
119+
model = "gemini-2.5-flash"
120120
temperature = 0.5
121121
}
122122

0 commit comments

Comments
 (0)