Skip to content

Commit ab4a920

Browse files
committed

File tree

1 file changed

+1
-1
lines changed
  • Node/quickstarts/genkit-helloworld/functions

1 file changed

+1
-1
lines changed

Node/quickstarts/genkit-helloworld/functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const ai = genkit({
3333
});
3434

3535
const jokeTeller = ai.defineFlow({
36-
name: "joketeller",
36+
name: "jokeTeller",
3737
inputSchema: z.string().nullable(),
3838
outputSchema: z.string(),
3939
streamSchema: z.string(),

0 commit comments

Comments
 (0)