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 9c219fd commit 63ceed4Copy full SHA for 63ceed4
typescript/effect-ai/src/basic/example.ts
@@ -72,7 +72,6 @@ const program = Effect.gen(function* () {
72
Stream.runForEach((part) => {
73
// Only print text deltas to show streaming effect
74
if (part.type === 'text-delta') {
75
- // TODO: print without newlines
76
return Console.log(part.delta);
77
}
78
// Log other part types for demonstration
0 commit comments