Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion genai/test/textgen-with-multi-img.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const projectId = process.env.CAIP_PROJECT_ID;
const sample = require('../text-generation/textgen-with-multi-img.js');

describe('textgen-with-multi-img', async () => {
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 () => {
const output = await sample.generateContent(projectId);
assert(output.length > 0 && output.includes('blueberry'));
});
Expand Down
Loading