You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/inference/results/StreamingUnifiedChatCompletionResultsTests.java
-77Lines changed: 0 additions & 77 deletions
Original file line number
Diff line number
Diff line change
@@ -101,83 +101,6 @@ public void testResults_toXContentChunked() throws IOException {
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/external/request/openai/OpenAiUnifiedChatCompletionRequestEntityTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -269,10 +269,10 @@ public void testSerializationWithEmptyLists() throws IOException {
269
269
messageList,
270
270
null, // model
271
271
null, // maxCompletionTokens
272
-
Collections.emptyList(), // empty stop list TODO when passing an empty stop-list, should it be converted to null?
272
+
Collections.emptyList(), // empty stop list
273
273
null, // temperature
274
274
null, // toolChoice
275
-
Collections.emptyList(), // empty tools list TODO when passing an empty tools-list, should it be converted to null?
0 commit comments