mify-io / mify-llm-editor

LLM code editor for backend services
MIT License
10 stars 1 forks source link

Too much back and forth #2

Open chebykinn opened 1 month ago

chebykinn commented 1 month ago

A lot of time you have to tell the model to continue. Probably it would be better to update the prompt to make the model more proactive, or group Mify tools in a single command.

chebykinn commented 1 month ago

Or probably the chat interface is not ideal for this scenario. Maybe there should be some sort of list of actions that user can run to create service for instance.