Skip to content

Commit ff441ea

Browse files
speedstorm1copybara-github
authored andcommitted
chore: add unified content wrapping for multimodal gemini embeddings (gemini-embedding-2) for Gemini API
PiperOrigin-RevId: 889923492
1 parent 845defc commit ff441ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/google/genai/TableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private static Collection<DynamicTest> createTestCases(
200200
String msg = " => Test skipped: replay tests are not supported for edit_image";
201201
return Collections.singletonList(DynamicTest.dynamicTest(testName + msg, () -> {}));
202202
}
203-
if (testName.contains("models.embed_content.test_vertex_new_api_inline_pdf")) {
203+
if (testName.contains("models.embed_content.test_new_api_inline_pdf")) {
204204
String msg = " => Test skipped: inline byte deserialization fails";
205205
return Collections.singletonList(DynamicTest.dynamicTest(testName + msg, () -> {}));
206206
}

0 commit comments

Comments
 (0)