Replies: 1 comment
-
Whats diffs, may I ask? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have been using LLMs to deal with legacy code which at times have files thousands of lines long. We have found diffs to be the best useful way to get better outcome than asking the LLM to rewrite the whole file.
We are not using Autogen at the moment, but as I evaluate it, I realize that the LocalCommandLineCodeExecutor does not support diffs. Are there any thoughts about why this capability is not implemented yet OR it's just hasn't been prioritized?
Beta Was this translation helpful? Give feedback.
All reactions