When attempting to specify `type` and `help` without names: ```py @cog.input("seed", str, "A random seed", min=0, max=1000, default=None) ``` The following error is produced: ``` E TypeError: input() got multiple values for argument 'default' ```