-
Notifications
You must be signed in to change notification settings - Fork 587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHPRI issue summary doesn't know who current user is #6359
Comments
I have started looking into how to fix that. To do that I would like to do the following:
The reason I'd like to include the user's actual request is because I'd like the summarization tool to take into account the details of how summarization is done, that is in Logan's case, the summary should be only for the current user. I added the user's request into our invocationOptions object of type
where ToolInvocationOptions extends from vscode.LanguageModelToolInvocationOptions. When testing I noticed that when calling invoke, the options object does not contain the field I see two ways to fix this:
Thoughts @roblourens ? |
There's a spectrum of options. For a tool that you register with Then, it's sort of cheating, but you can also have a Besides that, I think it's more appropriate to have more flexibility like this if you don't use Happy to chat about it more if this is confusing. |
Thanks for the answer. I will think more about that. |
Testing #6321
@githubpr Summarize my work items for https://github.com/microsoft/vscode-copilot/issues/8836
Doesn't provide a better summary than just asking for a generic summary. I would like it to give me a contextual response and know that my GH tag is
lramos15
The text was updated successfully, but these errors were encountered: