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 c9c0ba0 commit f091f61Copy full SHA for f091f61
1 file changed
README.md
@@ -167,6 +167,9 @@ chat.ask("Show me something interesting", {
167
-- Get all available prompts (can be used for integrations like fzf/telescope)
168
local prompts = chat.prompts()
169
170
+-- Get last copilot response (also can be used for integrations and custom keymaps)
171
+local response = chat.response()
172
+
173
-- Pick a prompt using vim.ui.select
174
local actions = require("CopilotChat.actions")
175
0 commit comments