We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425d819 commit 7878afaCopy full SHA for 7878afa
2 files changed
documentation/modules/ROOT/pages/17_prompts.adoc
@@ -93,7 +93,7 @@ public class ExistentialQuestionResource {
93
@Path("/flat")
94
@Produces(MediaType.TEXT_PLAIN)
95
public String isEarthFlat() {
96
- return assistant.chat("Can you explain me why earth is flat?");
+ return assistant.chat("Can you explain why the earth is flat?");
97
}
98
99
----
0 commit comments