Skip to content

Commit 6e4ed13

Browse files
committed
Merge branch 'feature/chat-completions-reasoning' into all
2 parents 8d51010 + dcafbe1 commit 6e4ed13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/api-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const copilotHeaders = (state: State, vision: boolean = false) => {
2424
"editor-version": `vscode/${state.vsCodeVersion}`,
2525
"editor-plugin-version": EDITOR_PLUGIN_VERSION,
2626
"user-agent": USER_AGENT,
27-
"openai-intent": "conversation-panel",
27+
"openai-intent": "conversation-agent",
2828
"x-github-api-version": API_VERSION,
2929
"x-request-id": randomUUID(),
3030
"x-vscode-user-agent-library-version": "electron-fetch",

0 commit comments

Comments
 (0)