Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ h1, h2, h3, h4, h5, h6 {
.nc-final {
max-width: 780px;
margin: 0 auto;
padding: 100px 24px;
padding: 100px 24px 0;
text-align: center;
}

Expand Down
2 changes: 1 addition & 1 deletion behaviour.priming/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hero:
link: "#charged-prompt"
---

<section class="nc-section nc-section-border-top">
<section class="nc-section">
<p class="section-index">01 — Method</p>
<h2>Set the stage. <em>The model finds the play.</em></h2>
<p>Instead of scripting every step, you set the stage. Two inputs. One autonomous agent.</p>
Expand Down
Loading