fix(copilot-chat): use up to date config for chat headers (#6543)

The config format changed a while ago due to function calling support

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2025-10-19 12:28:25 +02:00
committed by GitHub
parent b36b8589b6
commit 2c5eef7df7

View File

@@ -8,8 +8,11 @@ return {
user = user:sub(1, 1):upper() .. user:sub(2)
return {
auto_insert_mode = true,
question_header = "" .. user .. " ",
answer_header = " Copilot ",
headers = {
user = " " .. user .. " ",
assistant = " Copilot ",
tool = "󰊳 Tool ",
},
window = {
width = 0.4,
},