Skip to content

Commit

Permalink
Add questions should stand alone prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-pasquale committed Sep 11, 2024
1 parent 2d6189f commit 7a3e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const MyChatBot = (props) => {
if (props.welcome !== undefined) {
welcome = props.welcome;
}
let prompt = 'What would you like to know about ACCESS?'
let prompt = 'Questions should stand alone and not refer to previous ones.'
if (props.prompt !== undefined) {
prompt = props.prompt;
}
Expand Down

0 comments on commit 7a3e976

Please sign in to comment.