You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
await chat.chatGPTService.mutateHistory{ history in
439
448
history.append(.init(
440
449
role:.assistant,
441
450
content:"",
442
-
summary:"Chating about selected code in `\(fileURL.lastPathComponent)` from `\(selection.start.line +1):\(selection.start.character +1)` to `\(selection.end.line +1):\(selection.end.character)`.\nThe code will persist in the conversation."
451
+
summary:"\(customCommandPrefix) Chatting about selected code in `\(fileURL.lastPathComponent)` from `\(selection.start.line +1):\(selection.start.character +1)` to `\(selection.end.line +1):\(selection.end.character)`.\nThe code will persist in the conversation."
0 commit comments