We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29318a4 commit d035951Copy full SHA for d035951
packages/ai/src/models/generative-model.test.ts
@@ -72,6 +72,7 @@ describe('GenerativeModel', () => {
72
}
73
})
74
).to.throw(AIErrorCode.UNSUPPORTED);
75
+ });
76
it('passes params through to generateContent', async () => {
77
const genModel = new GenerativeModel(
78
fakeAI,
0 commit comments