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 8d76ee4 commit 40c8268Copy full SHA for 40c8268
firebase-ai/src/test/java/com/google/firebase/ai/type/ThinkingConfigTest.kt
@@ -40,7 +40,7 @@ internal class ThinkingConfigTest {
40
}
41
42
@Test
43
- fun `Include though thinkingConfig`() {
+ fun `Include thought thinkingConfig`() {
44
val thinkingConfig = ThinkingConfig.Builder().setIncludeThoughts(true).build()
45
// CamelCase or snake_case work equally fine
46
val expectedJson =
0 commit comments