Skip to content

Commit e060e31

Browse files
committed
Use better prompt
1 parent b7f636c commit e060e31

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

typescript-sdk/apps/dojo/e2e/tests/crewAITests/sharedStatePage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test.describe("Shared State Feature", () => {
1313
);
1414

1515
await sharedStateAgent.openChat();
16-
await sharedStateAgent.sendMessage("give me recipe for pasta");
16+
await sharedStateAgent.sendMessage('Please give me a pasta recipe of your choosing, but one of the ingredients should be "Pasta"');
1717
await sharedStateAgent.loader();
1818
await sharedStateAgent.awaitIngredientCard('Pasta');
1919
await sharedStateAgent.getInstructionItems(

typescript-sdk/apps/dojo/e2e/tests/langgraphFastAPITests/sharedStatePage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test.describe("Shared State Feature", () => {
1313
);
1414

1515
await sharedStateAgent.openChat();
16-
await sharedStateAgent.sendMessage("give me recipe for pasta");
16+
await sharedStateAgent.sendMessage('Please give me a pasta recipe of your choosing, but one of the ingredients should be "Pasta"');
1717
await sharedStateAgent.loader();
1818
await sharedStateAgent.awaitIngredientCard('Pasta');
1919
await sharedStateAgent.getInstructionItems(

typescript-sdk/apps/dojo/e2e/tests/langgraphTests/sharedStatePage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test.describe("Shared State Feature", () => {
1313
);
1414

1515
await sharedStateAgent.openChat();
16-
await sharedStateAgent.sendMessage("give me recipe for pasta");
16+
await sharedStateAgent.sendMessage('Please give me a pasta recipe of your choosing, but one of the ingredients should be "Pasta"');
1717
await sharedStateAgent.loader();
1818
await sharedStateAgent.awaitIngredientCard('Pasta');
1919
await sharedStateAgent.getInstructionItems(

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test.describe("Shared State Feature", () => {
1313
);
1414

1515
await sharedStateAgent.openChat();
16-
await sharedStateAgent.sendMessage("give me recipe for pasta");
16+
await sharedStateAgent.sendMessage('Please give me a pasta recipe of your choosing, but one of the ingredients should be "Pasta"');
1717
await sharedStateAgent.loader();
1818
await sharedStateAgent.awaitIngredientCard('Pasta');
1919
await sharedStateAgent.getInstructionItems(

typescript-sdk/apps/dojo/e2e/tests/mastraAgentLocalTests/sharedStatePage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test.describe("Shared State Feature", () => {
1313
);
1414

1515
await sharedStateAgent.openChat();
16-
await sharedStateAgent.sendMessage("give me recipe for pasta");
16+
await sharedStateAgent.sendMessage('Please give me a pasta recipe of your choosing, but one of the ingredients should be "Pasta"');
1717
await sharedStateAgent.loader();
1818
await sharedStateAgent.awaitIngredientCard('Pasta');
1919
await sharedStateAgent.getInstructionItems(

typescript-sdk/apps/dojo/e2e/tests/pydanticAITests/sharedStatePage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test.describe("Shared State Feature", () => {
1313
);
1414

1515
await sharedStateAgent.openChat();
16-
await sharedStateAgent.sendMessage("give me recipe for pasta");
16+
await sharedStateAgent.sendMessage('Please give me a pasta recipe of your choosing, but one of the ingredients should be "Pasta"');
1717
await sharedStateAgent.loader();
1818
await sharedStateAgent.awaitIngredientCard('Pasta');
1919
await sharedStateAgent.getInstructionItems(

typescript-sdk/apps/dojo/e2e/tests/serverStarterAllFeaturesTests/sharedStatePage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test.describe("Shared State Feature", () => {
1313
);
1414

1515
await sharedStateAgent.openChat();
16-
await sharedStateAgent.sendMessage("give me recipe for pasta");
16+
await sharedStateAgent.sendMessage('Please give me a pasta recipe of your choosing, but one of the ingredients should be "Pasta"');
1717
await sharedStateAgent.loader();
1818
await sharedStateAgent.awaitIngredientCard('Salt');
1919
await sharedStateAgent.getInstructionItems(

0 commit comments

Comments
 (0)