Skip to content

Commit be23d7e

Browse files
committed
test(llama-index): improve testing prompt for clarity
Signed-off-by: Tyler Slaton <[email protected]>
1 parent ba5df13 commit be23d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript-sdk/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test.describe("Agent Generative UI Feature", () => {
1717
await genUIAgent.sendButton.click();
1818
await genUIAgent.assertAgentReplyVisible(/Hello/);
1919

20-
await genUIAgent.sendMessage("Give me a plan to make brownies");
20+
await genUIAgent.sendMessage("Give me a plan to make brownies using your tools");
2121
await genUIAgent.sendButton.click();
2222

2323
await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
@@ -51,7 +51,7 @@ test.describe("Agent Generative UI Feature", () => {
5151
await genUIAgent.sendButton.click();
5252
await genUIAgent.assertAgentReplyVisible(/Hello/);
5353

54-
await genUIAgent.sendMessage("Go to Mars");
54+
await genUIAgent.sendMessage("Go to Mars using your tools");
5555
await genUIAgent.sendButton.click();
5656

5757
await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });

0 commit comments

Comments
 (0)