Skip to content

Commit 63ceed4

Browse files
Remove TODO and use process.stdout.write for streaming without newlines
1 parent 9c219fd commit 63ceed4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typescript/effect-ai/src/basic/example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ const program = Effect.gen(function* () {
7272
Stream.runForEach((part) => {
7373
// Only print text deltas to show streaming effect
7474
if (part.type === 'text-delta') {
75-
// TODO: print without newlines
7675
return Console.log(part.delta);
7776
}
7877
// Log other part types for demonstration

0 commit comments

Comments
 (0)