Skip to content

Commit 53ddfbf

Browse files
committed
more client examples
1 parent 5a61b3f commit 53ddfbf

File tree

1 file changed

+3
-2
lines changed
  • interactive-ai-holograms/react-client/react-client/src

1 file changed

+3
-2
lines changed

interactive-ai-holograms/react-client/react-client/src/App.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,15 +276,16 @@ function App() {
276276
<div>
277277
<h5>Examples...</h5>
278278
<ul>
279-
<li>'What is the latest version of the Oracle Database?'</li>
280-
<li>'What is the latest version of the Oracle Database? Use Rag.'</li>
279+
<li>'What is the most recently released movie?'</li>
280+
<li>'What is the most recently released movie? Use RAG'</li>
281281
<li>'What is the best video game?'</li>
282282
<li>'What is the best video game? Use Database'</li>
283283
<li>'What is Oracle for Startups? Use Database'</li>
284284
</ul>
285285
</div>
286286
)}
287287
<span>
288+
<br />
288289
<button onClick={() => (buttonState ? stopSession() : startSession())}>
289290
{buttonState ? "Stop Session and Submit Question" : "Start session and Ask Question"}
290291
</button>

0 commit comments

Comments
 (0)