Skip to content

Commit 1299727

Browse files
authored
Merge pull request #39 from oreillymedia/katherinetozer-patch-4
Add section on generative AI (based on Shortcut guidance)
2 parents 3f02d9f + 4fab7dd commit 1299727

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

styleguide/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ title: O'Reilly Style Guide
1919
* <a href="#line-length-ZKs1FLck">Line Length</a>
2020
* <a href="#syntax-highlighting-zVsXIecp">Syntax Highlighting</a>
2121
* <a href="#formatting-code-in-word-yDsgtXca">Formatting Code in Word</a>
22+
* <a href="#gen_ai">Generative AI</a>
2223
* <a href="#links">Links</a>
2324
* <a href="#lists">Lists</a>
2425
* <a href="#numbered_list">Numbered list</a>
@@ -510,8 +511,20 @@ title: O'Reilly Style Guide
510511
<p><a href="#getting_started">back to top</a></p>
511512
</section>
512513

514+
<section data-type="sect2" id="#gen_ai">
515+
<h2>Generative AI</h2>
513516

517+
<p>Display text generated by artificial intelligence in blockquotes. To separate a prompt from a response, showing who “said” what, use italics:</p>
518+
519+
<blockquote>
520+
<p><em>Prompt</em>: Can you write some text?</p>
521+
<p><em>(insert appropriate technology name here)</em>: Sure can!</p>
522+
</blockquote>
523+
524+
<p>We want to accurately replicate the back-and-forth between human and AI. Human prompts can be edited very lightly (e.g., punctuation, capitalization), but AI-generated text should be kept verbatim. If AI output is edited for some reason, be sure to still acknowledge the AI's contribution. It must be clear what is AI-generated.</p>
514525

526+
<p><a href="#getting_started">back to top</a></p>
527+
</section>
515528

516529
<section data-type="sect2" id="links">
517530
<h2>Links</h2>

0 commit comments

Comments
 (0)