Skip to content

Commit

Permalink
fix : change prompt to fix junit failure
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed May 3, 2024
1 parent 845f81a commit 8aa0ced
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void setUp() {
@Test
void testRag() {
given().contentType(ContentType.JSON)
.body(new AIChatRequest("Records held by Rohit Sharma ?"))
.body(new AIChatRequest("Did Rohit Sharma won ICC Mens T20 World Cup 2007 ?"))
.when()
.post("/api/ai/chat")
.then()
Expand Down

0 comments on commit 8aa0ced

Please sign in to comment.