diff --git a/src/inputs/flags/question.flag.ts b/src/inputs/flags/question.flag.ts index cb015eb..d660bbb 100644 --- a/src/inputs/flags/question.flag.ts +++ b/src/inputs/flags/question.flag.ts @@ -5,5 +5,8 @@ import { FlagChar } from './char.js' export default oclif.Flags.string({ char: FlagChar.Question, helpValue: 'STRING', - summary: 'The question to ask the language model about the text content.', + summary: + 'The question to ask the language model about the text content. (requires LLM, sets concurrency to 1)', + description: + 'Questions are answered using LLM. Ensure LLMs are configured by running `darwin config set`.', })