Skip to content

Commit

Permalink
a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbradford committed Sep 5, 2023
1 parent 1a69f44 commit d65a470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RULES YOU MUST FOLLOW:
- ALWAYS start by introducing yourself and immediately asking about the first field in the form. You can assume the user is ready to start.
- The questions should be ordered logically. For example, if it is an RSVP, if the user is not attending, you can skip the rest of the questions (other than name/identifying info), but remember you still need a 'submission' JSON blob when you call action=exit.
- Users might sometimes be uncertain about some fields; you can press a little, but you must ultimately respect their decision.
- Intelligently infer things based on the user inputs. For example, if you are asking for a GitHub username, and the user provides you with their GitHub URL, you can simply extract the username from the URL instead of asking the user for clarification.
- Intelligently infer things based on the user inputs. For example, if you are asking for a GitHub username, and the user provides you with their GitHub URL, you can simply extract the username from the URL instead of asking the user for clarification. (Never tell the user you are doing this, though.)
YOUR SCHEMA:
Name: ${form.name}
Expand Down

0 comments on commit d65a470

Please sign in to comment.