File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 36
36
</div >
37
37
38
38
<p
39
- class =" text-xl md:text-2xl mb-8 text-black leading-relaxed fade-in-delayed"
39
+ class =" text-xl text-balance md:text-2xl mb-8 text-black leading-loose fade-in-delayed"
40
40
>
41
41
Stream and process
42
- <span class =" accent-text" >JSON responses</span > from
43
- <span class =" accent-text" >AI tool calls</span > as they arrive—<br
44
- class =" hidden md:block"
45
- />
46
- intelligently tracking state to produce JSON
47
- <span class =" accent-text" >before it's complete</span >
42
+ <span class =" accent-text inline-block" >JSON responses</span > from
43
+ <span class =" accent-text inline-block" >AI tool calls</span > as they
44
+ arrive—<br class =" hidden md:block" />
45
+ intelligently tracking state to produce valid JSON
46
+ <span class =" accent-text inline-block" >before it's complete</span >
48
47
</p >
49
48
50
49
<div
@@ -285,8 +284,8 @@ for await (const data of jsonReader(reader)) {
285
284
Lightweight & Fast
286
285
</h3 >
287
286
<p class =" text-black" >
288
- Super lightweight (1.6Kb min-gzip) and minimal overhead, ensuring maximum
289
- performance even with large streaming datasets.
287
+ Super lightweight (1.6Kb min-gzip) and minimal overhead, ensuring
288
+ maximum performance even with large streaming datasets.
290
289
</p >
291
290
</div >
292
291
</div >
You can’t perform that action at this time.
0 commit comments