Skip to content

Commit a3805f4

Browse files
committed
review
1 parent 129e709 commit a3805f4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

FirebaseAI/Tests/TestApp/Tests/Integration/GenerateContentIntegrationTests.swift

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,19 @@ struct GenerateContentIntegrationTests {
192192
ModelNames.gemini3_1_FlashLitePreview,
193193
ThinkingConfig(thinkingLevel: .high)
194194
),
195+
(
196+
.googleAI_v1beta,
197+
ModelNames.gemini3_1_FlashLitePreview,
198+
ThinkingConfig(thinkingBudget: 0)
199+
),
200+
(
201+
.googleAI_v1beta,
202+
ModelNames.gemini3_1_FlashLitePreview,
203+
ThinkingConfig(thinkingBudget: 32768)
204+
),
205+
(.googleAI_v1beta, ModelNames.gemini3_1_FlashLitePreview, ThinkingConfig(
206+
thinkingBudget: 32768, includeThoughts: true
207+
)),
195208
// Note: The following configs are commented out for easy one-off manual testing.
196209
// (.googleAI_v1beta_freeTier, ModelNames.gemini2_5_Flash, ThinkingConfig(thinkingBudget: 0)),
197210
// (

0 commit comments

Comments
 (0)