Ask questions about the code base without editing any files. If no prompt provided, switches to ask mode.
(self, args)
| 1170 | raise CommandCompletionException() |
| 1171 | |
| 1172 | def cmd_ask(self, args): |
| 1173 | """Ask questions about the code base without editing any files. If no prompt provided, switches to ask mode.""" # noqa |
| 1174 | return self._generic_chat_command(args, "ask") |
| 1175 | |
| 1176 | def cmd_code(self, args): |
| 1177 | """Ask for changes to your code. If no prompt provided, switches to code mode.""" # noqa |