You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method public com.google.firebase.ai.type.ThinkingConfig build();
1290
1290
method public com.google.firebase.ai.type.ThinkingConfig.Builder setIncludeThoughts(boolean includeThoughts);
1291
1291
method public com.google.firebase.ai.type.ThinkingConfig.Builder setThinkingBudget(int thinkingBudget);
1292
+
method public com.google.firebase.ai.type.ThinkingConfig.Builder setThinkingLevel(com.google.firebase.ai.type.ThinkingLevel thinkingLevel);
1292
1293
}
1293
1294
1294
1295
public final class ThinkingConfigKt {
1295
1296
method public static com.google.firebase.ai.type.ThinkingConfig thinkingConfig(kotlin.jvm.functions.Function1<? super com.google.firebase.ai.type.ThinkingConfig.Builder,kotlin.Unit> init);
1296
1297
}
1297
1298
1299
+
public final class ThinkingLevel {
1300
+
method public int getOrdinal();
1301
+
property public final int ordinal;
1302
+
field public static final com.google.firebase.ai.type.ThinkingLevel.Companion Companion;
1303
+
field public static final com.google.firebase.ai.type.ThinkingLevel HIGH;
1304
+
field public static final com.google.firebase.ai.type.ThinkingLevel LOW;
1305
+
}
1306
+
1307
+
public static final class ThinkingLevel.Companion {
1308
+
}
1309
+
1298
1310
public final class Tool {
1299
1311
method public static com.google.firebase.ai.type.Tool codeExecution();
1300
1312
method public static com.google.firebase.ai.type.Tool functionDeclarations(java.util.List<com.google.firebase.ai.type.FunctionDeclaration> functionDeclarations);
0 commit comments