-
-
Notifications
You must be signed in to change notification settings - Fork 137
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
What is a good tool interface to apply file updates (patches)? #182
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
Comments
I've been working on the same problem.
And in the description of the Does this make sense for you? PS: and no, RubyLLM does not takes care of this. This is really the job of the internal implementation of your tool :) |
OK, that sounds like it would work. Thanks. |
Just FYI, I've investigated this a bit. |
I read the blog post. That's how I found out about Ruby LLM, haha. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
After working with OpenAI API and Claude 3.7 and defining my own tools, it never knows the correct line number (even if I provide the file with line numbers).
Matching lines does not work so well because of duplicates.
Clearly this is a well-solved problem.
What is the best practice to do file updates? Does Ruby LLM handle this?
The text was updated successfully, but these errors were encountered: