How do I just chat??? #7734
Replies: 3 comments 6 replies
-
I achieved this by creating a separate mode with the following system prompt:
In my case without tools, but this can be fixed. |
Beta Was this translation helpful? Give feedback.
-
RooCode is designed specifically for agents, and your request require breaking the event loop. For details, see #6637, which is a pure chat mode I wrote, but it clearly deviates from the existing RooCode design direction. |
Beta Was this translation helpful? Give feedback.
-
An LLM allows you to add intelligence to an action, modulated with discernment. Whereas here, the program constrains the LLM to react in a certain way, which ultimately breaks the possibilities offered by the LLM. And when you try Claude under Augment, you realize that wow, it goes very far. But well, they also lack control over the visible result of actions. Trae, which is less polished and yet better on this point. As well as Copilot. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Like I send a query and the model just responds. Optionally calls tools etc.
Right now, it always responds then uses task completion tool this results in an unnecessary request.
Beta Was this translation helpful? Give feedback.
All reactions