Skip to content

Commit 7878afa

Browse files
committed
Update Chains/memory page
1 parent 425d819 commit 7878afa

2 files changed

Lines changed: 52 additions & 199 deletions

File tree

documentation/modules/ROOT/pages/17_prompts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class ExistentialQuestionResource {
9393
@Path("/flat")
9494
@Produces(MediaType.TEXT_PLAIN)
9595
public String isEarthFlat() {
96-
return assistant.chat("Can you explain me why earth is flat?");
96+
return assistant.chat("Can you explain why the earth is flat?");
9797
}
9898
}
9999
----

0 commit comments

Comments
 (0)