-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
AI Workspace agent freezes #14285
Comments
@dannaf : Thank you for the report. Was this a rather big workspace by any chance? |
Not at all |
Just to make sure, you can reproduce this all the time? |
We've made some progress. I now saw this: (This was with OpenAI Not sure what I did differently exactly as this was a completely different build/serving of theia; can probably close this issue. But know that I still saw the spinning circle for quite a long time, and I filed a separate bug report #14361 on this because there seem to be a lot of issues going on, even if it is not frozen per se like I complained of in this issue. |
I have seen issues when you launch two Theia instances both communication to an LLM. Trying to reproduce this in a relyiable way, but this might be an issue. |
Hi all. I try to test Theia Version 1.56.2 and with ai experimental feature. I want to use my local ollama server. example of what this give here with llama3-groq-tool-use models. but with all the others models i have test the results is bad. don't give an errors.always the same.
If i try to only chat with @workspace this work.
|
I checked the Ollama Provider, it currently does not handle tools (see here) You might work around this if you use Ollama via the openAI API. You can configure custom OpenAI endpoints like this @dhuebner Are you interested in fixing tools for Ollama? We should raise this as a separate ticket, it has nothing to do with the workspace provider. |
@dannaf Have you checked the new workspace agent functions? They should work much better now. |
@JonasHelming |
Ok thanks for the reply. So i have test ! i have some little success with one model of all of the models i have tested.. So i have for examples add this in the settings.json :
After having set the good model i go to select for @workspace the model in the list and test. i have test with all this models : i have "success" only with the "llama3-groq-tool-use:8b-q4_K_M" . the other models say often no tools available ..or return nothing..or some unreliable return.
|
Are you aware that you can define custom request settings? https://theia-ide.org/docs/user_ai/#custom-request-settings
|
"Ok, I can test more. However, to ensure I'm testing effectively, could you provide a reference or example test case that includes:
|
You can use the Theia website repo as an example: https://github.com/eclipse-theia/theia-website |
Bug Description:
The Workspace AI agent 'generates' without displaying any response, perhaps only when querying the workspace.
As the screenshot below shows, my AI api key etc. is set up correctly and the AI agent is connected in the chat, given that the test message went through and a response was quickly provided. But when I asked even a simple question about the workspace, it got stuck and never displayed any result. (I eventually gave up and pressed the stop button — also to make sure it is not billing me for an infinite loop that it is not even displaying the results of, just in case.)
Steps to Reproduce:
Additional Information
The Theia log showed the following message:
The text was updated successfully, but these errors were encountered: