Skip to content

Commit 331f668

Browse files
committed
style: run prettier on updated docs pages
Line-rewrap only (pinned prettier 3.8.1); no semantic wording changed. Fixes the Static Quality / prettier CI check on this branch.
1 parent 60390c4 commit 331f668

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

docs/multi-turn/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ <h2>How matching works across turns</h2>
104104
<code>hasToolResult</code> checks whether the <strong>current turn</strong> &mdash; the
105105
messages after the last <code>role: "user"</code> message &mdash; contains a
106106
<code>role: "tool"</code> result. <code>true</code> means &ldquo;a tool has executed in
107-
this turn&rdquo;; <code>false</code> means &ldquo;no tool result yet this turn.&rdquo; It
108-
is scoped to the current turn, not the whole conversation &mdash; that is what keeps the
109-
leg-1 tool-call fixture (<code>false</code>) and the leg-2 narration fixture
107+
this turn&rdquo;; <code>false</code> means &ldquo;no tool result yet this turn.&rdquo;
108+
It is scoped to the current turn, not the whole conversation &mdash; that is what keeps
109+
the leg-1 tool-call fixture (<code>false</code>) and the leg-2 narration fixture
110110
(<code>true</code>) working on <em>every</em> turn of a multi-turn session, because
111111
earlier turns&rsquo; tool results no longer force <code>true</code> forever. (If the
112112
request carries no <code>user</code> message at all, it falls back to scanning the whole

docs/record-replay/index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,8 @@ <h2>Fixture Auto-Generation</h2>
637637
requests the recorder also writes the multi-turn disambiguators
638638
<code>turnIndex</code> (the number of assistant messages already in the conversation) and
639639
<code>hasToolResult</code> (whether the current turn &mdash; the messages after the last
640-
user message &mdash; contains a tool result). If no match
641-
criteria can be derived (e.g., empty messages), the fixture is saved to disk with a
642-
warning but not registered in memory.
640+
user message &mdash; contains a tool result). If no match criteria can be derived (e.g.,
641+
empty messages), the fixture is saved to disk with a warning but not registered in memory.
643642
</p>
644643

645644
<h2 id="model-aware-recording">Model-Aware Recording</h2>
@@ -1042,11 +1041,10 @@ <h2 id="recording-multi-turn-conversations">Recording Multi-Turn Conversations</
10421041
<code>model</code>, and two shape disambiguators read off the request itself:
10431042
<code>turnIndex</code> (how many assistant messages the conversation already contains) and
10441043
<code>hasToolResult</code> (whether the current turn &mdash; the messages after the last
1045-
user message &mdash; contains a tool result). Embedding requests
1046-
key on the input text instead. There is no history-based fingerprinting of the full
1047-
request body &mdash; but because a growing conversation carries a growing
1048-
<code>turnIndex</code>, successive turns that happen to end with the same user message
1049-
still record as <em>distinct</em> fixtures.
1044+
user message &mdash; contains a tool result). Embedding requests key on the input text
1045+
instead. There is no history-based fingerprinting of the full request body &mdash; but
1046+
because a growing conversation carries a growing <code>turnIndex</code>, successive turns
1047+
that happen to end with the same user message still record as <em>distinct</em> fixtures.
10501048
</p>
10511049

10521050
<div class="code-block">

0 commit comments

Comments
 (0)