Skip to content

Commit 2e0ccce

Browse files
authored
update llmstring (#7145)
1 parent ca456e9 commit 2e0ccce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/copilotRemoteAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export class CopilotRemoteAgentManager extends Disposable {
386386
const { pull_request } = await capiClient.postRemoteAgentJob(owner, repo, payload);
387387
this._onDidCreatePullRequest.fire(pull_request.number);
388388
const webviewUri = await toOpenPullRequestWebviewUri({ owner, repo, pullRequestNumber: pull_request.number });
389-
const prLlmString = `The remote agent has begun work. The user can track progress by visiting ${pull_request.html_url} or from the PR extension. Format this VS Code webview link so the user can click it to also track progress: ${webviewUri.toString()}`;
389+
const prLlmString = `The remote agent has begun work. The user can track progress on GitHub.com by visiting ${pull_request.html_url} and within VS Code by visiting ${webviewUri.toString()}. Format all links as markdown (eg: [link text](url)).`;
390390
return {
391391
state: 'success',
392392
number: pull_request.number,

0 commit comments

Comments
 (0)