File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
FirebaseAI/Tests/TestApp/Tests/Integration Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -296,12 +296,8 @@ struct GenerateContentIntegrationTests {
296
296
" country " : . string( " Canada " ) ,
297
297
] )
298
298
#expect( temperatureFunctionCall. isThought == false )
299
- if let _ = thinkingConfig. includeThoughts, case . googleAI = config. apiConfig. service {
300
- let thoughtSignature = try #require( temperatureFunctionCall. thoughtSignature)
301
- #expect( !thoughtSignature. isEmpty)
302
- } else {
303
- #expect( temperatureFunctionCall. thoughtSignature == nil )
304
- }
299
+ let thoughtSignature = try #require( temperatureFunctionCall. thoughtSignature)
300
+ #expect( !thoughtSignature. isEmpty)
305
301
306
302
let temperatureFunctionResponse = FunctionResponsePart (
307
303
name: temperatureFunctionCall. name,
You can’t perform that action at this time.
0 commit comments