Skip to content

Commit 393d987

Browse files
author
Milder Hernandez Cagua
committed
Remove unnecessary line
1 parent 5859394 commit 393d987

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api-test/integration-tests/src/test/java/com/microsoft/semantickernel/tests/ResponseSchemaTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ private static void verifyCalled(OpenAIAsyncClient client, String expected) {
160160
writer,
161161
new JsonOptions()
162162
);
163-
JsonWriter format = chatCompletionsOptions.getResponseFormat()
164-
.toJson(jsonWriter);
165163
jsonWriter.flush();
166164
writer.flush();
167165

0 commit comments

Comments
 (0)