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 373da33 commit afbd1d4Copy full SHA for afbd1d4
spec/v2/providers/https.spec.ts
@@ -624,5 +624,5 @@ describe("onCallGenkit", () => {
624
const ai = genkit({});
625
const flow = ai.defineFlow("test", () => 42);
626
https.onCallGenkit(flow);
627
- })
+ });
628
});
0 commit comments