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 139c944 commit 35c5e63Copy full SHA for 35c5e63
genai/test/textgen-with-multi-img.test.js
@@ -21,7 +21,7 @@ const projectId = process.env.CAIP_PROJECT_ID;
21
const sample = require('../text-generation/textgen-with-multi-img.js');
22
23
describe('textgen-with-multi-img', async () => {
24
- it('should generate text content from a text prompt and multiple images.', async () => {
+ it('should generate text content from a text prompt and multiple images', async () => {
25
const output = await sample.generateContent(projectId);
26
assert(output.length);
27
});
0 commit comments