You've already forked zblade.dev
style(docs): replace em dashes with hyphens for consistency
This commit is contained in:
@@ -239,7 +239,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
</div>
|
||||
<div class="tool-note">
|
||||
<span class="note-icon">ℹ️</span>
|
||||
<p class="note-text">Multi-patch operations are atomic — all patches are validated before any are applied. If any patch fails, no changes are made.</p>
|
||||
<p class="note-text">Multi-patch operations are atomic - all patches are validated before any are applied. If any patch fails, no changes are made.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -824,7 +824,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<h2 class="section-title">Tool Result Handling</h2>
|
||||
|
||||
<div class="info-card">
|
||||
<p class="info-text">The 50KB / 2000 line limits apply <strong>only to tool results</strong> — what zblade sends back to the model after executing a tool (e.g., the output of <code>read_file</code>). These limits only apply in <strong>local mode</strong>, when the Zaguán Coder Daemon isn't handling storage.</p>
|
||||
<p class="info-text">The 50KB / 2000 line limits apply <strong>only to tool results</strong> - what zblade sends back to the model after executing a tool (e.g., the output of <code>read_file</code>). These limits only apply in <strong>local mode</strong>, when the Zaguán Coder Daemon isn't handling storage.</p>
|
||||
<div class="limits-row">
|
||||
<div class="limit-box">
|
||||
<span class="limit-value">50KB</span>
|
||||
@@ -839,7 +839,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
</div>
|
||||
|
||||
<div class="info-card" style="margin-top: var(--space-lg);">
|
||||
<p class="info-text"><strong>There are no size limits on incoming tool calls from the model.</strong> zblade will accept a <code>write_file</code> with any size content. The <code>write_file</code> handler itself has no caps — it writes whatever content string it receives directly to disk.</p>
|
||||
<p class="info-text"><strong>There are no size limits on incoming tool calls from the model.</strong> zblade will accept a <code>write_file</code> with any size content. The <code>write_file</code> handler itself has no caps - it writes whatever content string it receives directly to disk.</p>
|
||||
</div>
|
||||
|
||||
<div class="tool-note" style="margin-top: var(--space-lg);">
|
||||
|
||||
Reference in New Issue
Block a user