We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4e6a7 commit 2132c1cCopy full SHA for 2132c1c
1 file changed
lua/CopilotChat/init.lua
@@ -407,7 +407,7 @@ function M.select_model()
407
408
vim.schedule(function()
409
vim.ui.select(models, {
410
- prompt = 'Select a model',
+ prompt = 'Select a model> ',
411
}, function(choice)
412
if choice then
413
M.config.model = choice:gsub(' %(selected%)', '')
@@ -431,7 +431,7 @@ function M.select_agent()
431
432
433
vim.ui.select(agents, {
434
- prompt = 'Select an agent',
+ prompt = 'Select an agent> ',
435
436
437
M.config.agent = choice:gsub(' %(selected%)', '')
0 commit comments