File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /** Shared --foo <bool> help text; keep wording consistent across commands . */
1+ /** Shared --foo <bool> help text; keep wording consistent with actual CLI/request behavior . */
22
33export const BOOL_FLAG_WATERMARK =
4- "Enable watermark (true/false). Default: true. Omit to use API default." ;
4+ "Enable watermark (true/false). Omit flag to use CLI default (true) ." ;
55
66/** CLI sends prompt_extend=true when flag omitted (qwen-image edit, etc.). */
77export const BOOL_FLAG_PROMPT_EXTEND_CLI_TRUE =
8- "Enable prompt extend (true/false). Default: true. Omit to use API default." ;
8+ "Enable prompt extend (true/false). Omit flag to use CLI default (true) ." ;
99
1010/** Sync qwen-image defaults on; async models omit the field unless flag is set. */
1111export const BOOL_FLAG_PROMPT_EXTEND_IMAGE_GENERATE =
12- "Enable prompt extend (true/false). Default : true for qwen-image sync. Omit to use API default." ;
12+ "Enable prompt extend (true/false). Omit flag : true for qwen-image sync; parameter omitted on async models ( API default) ." ;
1313
1414/** CLI omits prompt_extend in the request when flag is unset (video commands). */
1515export const BOOL_FLAG_PROMPT_EXTEND_API_DEFAULT =
16- "Enable prompt extend (true/false). Default: API default. Omit to use API default." ;
16+ "Enable prompt extend (true/false). Omit flag to omit the parameter (DashScope default) ." ;
You can’t perform that action at this time.
0 commit comments