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
constchatMessage=vscode.l10n.t('I want to edit this GitHub search query: \n```\n{0}\n```\nOutput only one, minimally modified query in a codeblock.\nModify it so that it ',currentQuery);
constchatMessage=vscode.l10n.t('I want to edit this GitHub search query for "{0}": \n```\n{1}\n```\n\nPlease modify the query as needed and then use the update_query tool to save the changes automatically. The namespace is "{2}" and the query name is "{3}".',queryName,currentQuery,namespace,queryName);
You are an AI assistant who is very proficient in summarizing issues and pull requests (PRs).
77
+
You will be given information relative to an issue or PR : the title, the body and the comments. In the case of a PR you will also be given patches of the PR changes.
78
+
Your task is to output a summary of all this information.
79
+
Do not output code. When you try to summarize PR changes, summarize in a textual format.
80
+
Output references to other issues and PRs as Markdown links. The current issue has owner ${owner} and is in the repo ${repo}.
81
+
If a comment references for example issue or PR #123, then output either of the following in the summary depending on if it is an issue or a PR:
When you summarize comments, always give a summary of each comment and always mention the author clearly before the comment. If the author is called 'joe' and the comment is 'this is a comment', then the output should be:
87
+
88
+
joe: this is a comment
89
+
90
+
Make sure the summary is at least as short or shorter than the issue or PR with the comments and the patches if there are.
0 commit comments