Skip to content

Commit 05216ef

Browse files
committed
Update api.txt
1 parent 6f3645c commit 05216ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

firebase-ai/api.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,12 +1289,24 @@ package com.google.firebase.ai.type {
12891289
method public com.google.firebase.ai.type.ThinkingConfig build();
12901290
method public com.google.firebase.ai.type.ThinkingConfig.Builder setIncludeThoughts(boolean includeThoughts);
12911291
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);
12921293
}
12931294

12941295
public final class ThinkingConfigKt {
12951296
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);
12961297
}
12971298

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+
12981310
public final class Tool {
12991311
method public static com.google.firebase.ai.type.Tool codeExecution();
13001312
method public static com.google.firebase.ai.type.Tool functionDeclarations(java.util.List<com.google.firebase.ai.type.FunctionDeclaration> functionDeclarations);

0 commit comments

Comments
 (0)