Skip to content

Commit ffcdd16

Browse files
committed
minor.
Signed-off-by: Jose Alekhinne <alekhinejose@gmail.com>
1 parent fe3d2da commit ffcdd16

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/comparison.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ They are excellent for:
100100

101101
RAG answers questions like:
102102

103-
> What information might be relevant right now?
103+
> "What information might be relevant right now?"
104104
105105
`ctx` answers a different question:
106106

107-
> What have we already decided, learned, or committed to?
107+
> "What have we already decided, learned, or committed to?"
108108
109109
Here are some key differences:
110110

@@ -141,11 +141,11 @@ These systems are powerful, but they typically assume that:
141141

142142
Agent frameworks answer:
143143

144-
> How should the agent act?
144+
> "How should the agent act?"
145145
146146
`ctx` answers:
147147

148-
> What should the agent remember?
148+
> "What should the agent remember?"
149149
150150
Without persistent context, agents tend to:
151151

site/comparison/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -823,11 +823,11 @@ <h2 id="retrieval-augmented-generation-rag">Retrieval-Augmented Generation (RAG)
823823
</ul>
824824
<p>RAG answers questions like:</p>
825825
<blockquote>
826-
<p>What information might be relevant right now?</p>
826+
<p>"What information might be relevant right now?"</p>
827827
</blockquote>
828828
<p><code>ctx</code> answers a different question:</p>
829829
<blockquote>
830-
<p>What have we already decided, learned, or committed to?</p>
830+
<p>"What have we already decided, learned, or committed to?"</p>
831831
</blockquote>
832832
<p>Here are some key differences:</p>
833833
<table>
@@ -879,11 +879,11 @@ <h2 id="agent-frameworks">Agent Frameworks<a class="headerlink" href="#agent-fra
879879
</ul>
880880
<p>Agent frameworks answer:</p>
881881
<blockquote>
882-
<p>How should the agent act?</p>
882+
<p>"How should the agent act?"</p>
883883
</blockquote>
884884
<p><code>ctx</code> answers:</p>
885885
<blockquote>
886-
<p>What should the agent remember?</p>
886+
<p>"What should the agent remember?"</p>
887887
</blockquote>
888888
<p>Without persistent context, agents tend to:</p>
889889
<ul>

site/search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)