feat: Change --thinking-tokens argument type to string

This commit is contained in:
Paul Gauthier (aider) 2025-03-11 11:36:17 -07:00
parent 444a95bc6c
commit a348c2d013

View file

@ -119,7 +119,7 @@ def get_parser(default_config_files, git_root):
)
group.add_argument(
"--thinking-tokens",
type=int,
type=str,
help="Set the thinking token budget for models that support it (default: not set)",
)
group.add_argument(