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 76bc3a6 commit e07a70aCopy full SHA for e07a70a
integration-tests/src/jvmTest/kotlin/ai/koog/integration/tests/AIAgentIntegrationTest.kt
@@ -983,6 +983,10 @@ class AIAgentIntegrationTest {
983
assumeTrue(model.capabilities.contains(LLMCapability.Tools), "Model $model does not support tools")
984
assumeTrue(
985
model.id != GoogleModels.Gemini2_0Flash.id,
986
+ "gemini-2.0-flash returns flaky results and fails to call tools on a permanent basis"
987
+ )
988
+ assumeTrue(
989
+ model.id != GoogleModels.Gemini2_0Flash001.id,
990
"gemini-2.0-flash-001 returns flaky results and fails to call tools on a permanent basis"
991
)
992
0 commit comments