We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae1700 commit abcf0d8Copy full SHA for abcf0d8
firebase-vertexai/src/testUtil/java/com/google/firebase/vertexai/JavaCompileTests.java
@@ -77,6 +77,7 @@ private void testFutures(GenerativeModelFutures futures) throws Exception {
77
.addImage(Bitmap.createBitmap(0, 0, Bitmap.Config.HARDWARE))
78
.addPart(new FunctionCallPart("fakeFunction", Map.of("fakeArg", JsonNull.INSTANCE)))
79
.build();
80
+ // TODO b/406558430 Content.Builder.setParts and Content.Builder.setRole return void
81
Executor executor = FirebaseExecutors.directExecutor();
82
ListenableFuture<CountTokensResponse> countResponse = futures.countTokens(content);
83
validateCountTokensResponse(countResponse.get());
0 commit comments