Skip to content

Commit 7a50e62

Browse files
committed
Update UIHandlerAutomated.cs
1 parent bab0b69 commit 7a50e62

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

firebaseai/testapp/Assets/Firebase/Sample/FirebaseAI/UIHandlerAutomated.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,6 @@ async Task TestJsonSchemaStructureOutput(Backend backend)
11691169
generationConfig: new GenerationConfig(
11701170
thinkingConfig: new ThinkingConfig(includeThoughts: true),
11711171
responseMimeType: "application/json",
1172-
)
11731172
responseJsonSchema: JsonSchema.FromType(typeof(SampleRecord))));
11741173

11751174
var response = await model.GenerateObjectAsync<SampleRecord>(

0 commit comments

Comments
 (0)