We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765ad87 commit 8ae319fCopy full SHA for 8ae319f
vscode-extension/editor/src/utils/api.ts
@@ -8,6 +8,8 @@ export const ROUTE_TABLE = {
8
CANCEL: (hostUrl: string) => urlJoin(hostUrl, API_ENDPOINT, "/cancel"),
9
CLEAR_OUTPUTS: (hostUrl: string) =>
10
urlJoin(hostUrl, API_ENDPOINT, "/clear_outputs"),
11
+ DELETE_OUTPUT: (hostUrl: string) =>
12
+ urlJoin(hostUrl, API_ENDPOINT, "/delete_output"),
13
DELETE_PROMPT: (hostUrl: string) =>
14
urlJoin(hostUrl, API_ENDPOINT, "/delete_prompt"),
15
GET_AICONFIGRC: (hostUrl: string) =>
0 commit comments