We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab0b69 commit 7a50e62Copy full SHA for 7a50e62
1 file changed
firebaseai/testapp/Assets/Firebase/Sample/FirebaseAI/UIHandlerAutomated.cs
@@ -1169,7 +1169,6 @@ async Task TestJsonSchemaStructureOutput(Backend backend)
1169
generationConfig: new GenerationConfig(
1170
thinkingConfig: new ThinkingConfig(includeThoughts: true),
1171
responseMimeType: "application/json",
1172
- )
1173
responseJsonSchema: JsonSchema.FromType(typeof(SampleRecord))));
1174
1175
var response = await model.GenerateObjectAsync<SampleRecord>(
0 commit comments