Skip to content

Commit abcf0d8

Browse files
committed
Comment missing builder patterns
1 parent 6ae1700 commit abcf0d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-vertexai/src/testUtil/java/com/google/firebase/vertexai/JavaCompileTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ private void testFutures(GenerativeModelFutures futures) throws Exception {
7777
.addImage(Bitmap.createBitmap(0, 0, Bitmap.Config.HARDWARE))
7878
.addPart(new FunctionCallPart("fakeFunction", Map.of("fakeArg", JsonNull.INSTANCE)))
7979
.build();
80+
// TODO b/406558430 Content.Builder.setParts and Content.Builder.setRole return void
8081
Executor executor = FirebaseExecutors.directExecutor();
8182
ListenableFuture<CountTokensResponse> countResponse = futures.countTokens(content);
8283
validateCountTokensResponse(countResponse.get());

0 commit comments

Comments
 (0)