Skip to content

Commit d1981a6

Browse files
KianNHkodster28
andauthored
Update src/content/docs/style-guide/how-we-docs/ai-consumability.mdx
Co-authored-by: Kody Jackson <[email protected]>
1 parent 36aa38a commit d1981a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/style-guide/how-we-docs/ai-consumability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In the top right of this page, you will see a `Page options` button where you ca
3232

3333
## Textual representation of interactive elements
3434

35-
HTML is easily parsed - after all, the browser has to parse it to decide how to render the page you're reading now - it tends to not be very _portable_.
35+
HTML is easily parsed - after all, the browser has to parse it to decide how to render the page you're reading now - it tends to not be very _portable_. This limitation is especially painful in an AI context, because all the extra presentation information consumes additional tokens.
3636

3737
For example, given our [`Tabs`](/style-guide/components/tabs/), the panels are hidden until the tab itself is clicked:
3838

0 commit comments

Comments
 (0)