microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
325 stars 29 forks source link

Oops, your response got filtered. Vote down if you think this shouldn't have happened. #89

Closed Jexceed closed 1 year ago

Jexceed commented 1 year ago

Steps to Reproduce:

  1. in long code generation. for example, "/simplify", "/complete KMP Algorithm"
  2. the code in response is filtered, and it says "Oops, your response got filtered. Vote down if you think this shouldn't have happened."
rtiwari001 commented 1 year ago

Same error occurred for me where I asked to help me with the code.

image
AndyOR-R commented 1 year ago

I get this every time I try to get it to print out the code in my repo with the updates that it recommends. I can see the first 30 - 40 lines of code before it fades to dark and gives that error: "Oops, your response got filtered. Vote down if you think this shouldn't have happened."

WoodCiaranDev commented 1 year ago

I too am getting the same thing, annoying as the answer is spot on too!

ghkimwoo commented 1 year ago

The same error occurred when the Copilot bot was directly optimized for about 100 lines of Arduino code. In the Copilot output, it was forcibly stopped with content_filter, not with stop. Output Logs:

[INFO] [default] [2023-05-24T01:55:29.215Z] [fetchChat] engine https://copilot-proxy.githubusercontent.com/v1/chat
[INFO] [default] [2023-05-24T01:55:30.486Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/chat/completions] took 1270 ms
[INFO] [streamMessages] [2023-05-24T01:55:47.497Z] message 0 returned. finish reason: [content_filter]
[INFO] [streamChoices] [2023-05-24T01:55:47.498Z] request done: headerRequestId: [033753d3-b164-4d81-86e2-5d7df5fe27e4] model deployment ID: [xa68ad36c6722]
[INFO] [default] [2023-05-24T01:58:25.531Z] [fetchChat] engine https://copilot-proxy.githubusercontent.com/v1/chat
[INFO] [default] [2023-05-24T01:58:26.807Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/chat/completions] took 1276 ms
[INFO] [streamMessages] [2023-05-24T01:58:44.738Z] message 0 returned. finish reason: [content_filter]
[INFO] [streamChoices] [2023-05-24T01:58:44.740Z] request done: headerRequestId: [2cfcd215-fba0-420c-a45d-60f488c8f0fd] model deployment ID: [xa68ad36c6722]
asimovezh commented 1 year ago

Same issue When copilotx answer exceeds some specify line number,it occure For example:generate a model define code of GAN in pytorch

Ljy18 commented 1 year ago

same issue ,it may be a limit

hiahiahia0213 commented 1 year ago

same issue.

mbianchidev commented 1 year ago

Steps to Reproduce:

  1. Select a piece of code, regardless of the language
  2. Ask for suggestions and get your suggestion flagged/filtered during its generation

image

Asking for clarification you get an unsatisfying answer that loops if you keep asking the reason why your request might have generated that kind of filtering.

image

Voting down doesn't change much, it keeps filter the response. In my case it was Go Kubernetes-related code.

Same issue here: https://github.com/microsoft/vscode-copilot-release/issues/106 https://github.com/microsoft/vscode-copilot-release/issues/127

Seems like the chat is currently pretty broken: https://github.com/orgs/community/discussions/56134

LikeDreamwalker commented 1 year ago

Same issue, and I think it's not related to the network. So I am wondering if this is the same with #. The request is right, but the response is too long after working, so vscode decides to shut down the request.

MarsonShine commented 1 year ago

some issue

nczsl commented 1 year ago

same issue.

win10 vscode 1.80.0

odygrd commented 1 year ago

same issue here, every time I copy and paste some existing code (e.g. a class in c++) and ask for suggestions. This makes chat feature unusable at the moment

DylanBruzenak commented 1 year ago

I just got access to chat and this is happening for every long form typescript / react question I ask. Unusable. How is this still a bug almost 3 months later ? I'm generally pro-filter, but I question the usefulness in such a constrained environment. We should be able to opt out or set the filtering level if this is going to be so draconian. I've gone back to using gpt-4 directly, it answers the same questions with pretty much the same examples just fine. Why isn't the gpt-4 filtering enough ?

Sergio-opensource commented 1 year ago

I've been using the chat feature for a few weeks already and I just started getting this issue. Whenever the text is generating a long response it flags it as a content filter. All the code is custom and nothing would be harmful or even proprietary. Who ever implemented this system should double check their test cases

olawalejuwonm commented 1 year ago

Oops, your response got filtered. Vote down if you think this shouldn't have happened.

Also getting this, any solution please?

CavenRE commented 1 year ago

Look, the problem with code is that you are going to end up somehow or another using someone elses functions name, filters, ideas, etc. I get you may not want to just copy paste copyrighted code, but if you get to that solution through a hefty chat prompt and back and fourth solving issues. I dont think this applied anymore. I started using this again and it is really good.

BUT, this will cause me to me un-sub. ChatGPT will give me better answers without this "filter", so no point wasting my money here. This best get fixed quick. Having the chat window in VSCode is nothing more than a novelty. The moment it becomes a nuisance, it will quickly lose traction.

digitarald commented 1 year ago

Duplicate of https://github.com/microsoft/vscode-copilot-release/issues/295

ahwelp commented 8 months ago

I also got this problem, but in a very specific case.

I was creating a Json with information about a TV show called The Oblongs. I copied and paste a table with all episodes from Wikipedia, highlighted the text and asked this prompt: "Convert to a Json array. First line is the keys, the following line after the numeric should be description. On new line, add a new entry on the json" .

On episode 10, Copilot stopped to generate the Json, probably for inappropriate language. I tried to generate this episode by itself, but it also failed.

TheCenterforUnity commented 8 months ago

I get this response for everything I type in copilot. Anyone knows how to solve this?

digitarald commented 8 months ago

@TheCenterforUnity please provide the logs from VS Code's output panel for "GitHub Copilot Chat" (recommended to file a new issue)

Yangbodi commented 7 months ago

我这里不管问什么问题都说Oops, your response got filtered. Vote down if you think this shouldn't have happened.

min13s commented 7 months ago

whatever the problem i ask, the answer is Oops, your response got filtered. Vote down if you think this shouldn't have happened.

shubham-raj7129 commented 7 months ago

I keep getting Oops, your response got filtered. Vote down if you think this shouldn't have happened. everytime I try to use copilot. Does anyone have any solution to this?

min13s commented 6 months ago

I update the vscode to latest version, then it works

---Original--- From: "SHUBHAM @.> Date: Thu, Mar 14, 2024 16:38 PM To: @.>; Cc: @.**@.>; Subject: Re: [microsoft/vscode-copilot-release] Oops, your response gotfiltered. Vote down if you think this shouldn't have happened. (Issue #89)

I keep getting Oops, your response got filtered. Vote down if you think this shouldn't have happened. everytime I try to use copilot. Does anyone have any solution to this?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>