We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d51010 + dcafbe1 commit 6e4ed13Copy full SHA for 6e4ed13
1 file changed
src/lib/api-config.ts
@@ -24,7 +24,7 @@ export const copilotHeaders = (state: State, vision: boolean = false) => {
24
"editor-version": `vscode/${state.vsCodeVersion}`,
25
"editor-plugin-version": EDITOR_PLUGIN_VERSION,
26
"user-agent": USER_AGENT,
27
- "openai-intent": "conversation-panel",
+ "openai-intent": "conversation-agent",
28
"x-github-api-version": API_VERSION,
29
"x-request-id": randomUUID(),
30
"x-vscode-user-agent-library-version": "electron-fetch",
0 commit comments