You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constprLlmString=`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
+
constprLlmString=`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)).`;
0 commit comments