Thanks to visit codestin.com Credit goes to github.com
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 8e35cdc commit 735bbe5Copy full SHA for 735bbe5
Node/quickstarts/genkit-helloworld/functions/index.js
@@ -54,7 +54,7 @@ const jokeTeller = ai.defineFlow({
54
const {stream, response: aiResponse} = ai.generateStream(prompt);
55
56
// Send new words of the generative AI response
57
- // to the client as they're generated.
+ // to the client as they are generated.
58
for await (const chunk of stream) {
59
response.sendChunk(chunk.text);
60
}
0 commit comments