https://github.com/CopilotC-Nvim/CopilotChat.nvim/blob/45cdd3d/rplugin/python3/CopilotChat/handlers/chat_handler.py#L20
return False
# TODO: Support Custom Instructions when this issue has been resolved https://github.com/microsoft/vscode-copilot-release/issues/563
# TODO: Abort request if the user closes the layout
class ChatHandler:
has_show_extra_info = False
https://github.com/CopilotC-Nvim/CopilotChat.nvim/blob/45cdd3d/rplugin/python3/CopilotChat/handlers/chat_handler.py#L20