new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

GitHub Primer · all subjects

cli/prompts

6 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Yes/No prompt in CLI

Use for yes/no questions, usually a confirmation. The default (what will happen if you enter nothing and hit enter) is in caps.

Short text prompt in CLI

Use to enter short strings of text. Enter will accept the auto fill if available.

Long text prompt in CLI

Use to enter large bodies of text. E key will open the user's preferred editor, and Enter will skip.

Radio select prompt in CLI

Use to select one option.

Multi select prompt in CLI

Use to select multiple options.

When to use prompts in CLI

Use prompts for entering information. Use a prompt when user intent is unclear. Make sure to provide flags for all prompts.

Give your agent this brain