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
Describe the integration issue
I am using VS Code GitHub CoPilot Chat. I have a GitHub agent that will produce long program source output (> 400 lines). If the response is over 60 seconds, I will receive a 'internal agent error' but the agent will continue to run until completion but no more output after the error.
Steps to reproduce the issue
Detailed steps to reproduce the integration issue:
leungkimming1
changed the title
[Integration] [copilot-extension] Github agent's respond more than 60 seconds will generate 'internal agent error'
[Integration] [copilot-extension] Github agent's response more than 60 seconds will generate 'internal agent error'
Nov 12, 2024
The timeout is intentional...we do set limits on how long an extension can take to respond. However, we're aware these limits are not well-documented and the error message is not informative. We've got an internal work item set up to improve this messaging.
Describe the integration issue
I am using VS Code GitHub CoPilot Chat. I have a GitHub agent that will produce long program source output (> 400 lines). If the response is over 60 seconds, I will receive a 'internal agent error' but the agent will continue to run until completion but no more output after the error.
Steps to reproduce the issue
Detailed steps to reproduce the integration issue:
Notice the 'internal agent error' after a few lines of output
Change the delay to 40000 (40 seconds) and everything is back to normal.
Affected tools/platforms
VS Code GitHub CoPilot Chat.
Screenshots or logs
GitHub CoPilot Chat log:
Additional context
The text was updated successfully, but these errors were encountered: