Error parsing updated file when LLM instructs us to remove the file. #218
Labels
agent
enhancement
New feature or request
prompt-engineering
Issues related to changes for prompts or tweaks for specific models
Milestone
Model: llama-3-70b-instruct
Below is an example when we are not able to understand the LLM's instructions for removing a file
The LLM is advising us that:
The "web.xml" file is not needed in Quarkus, so we can remove it. Instead, we can use annotations to configure the application.
We generate this Exception:
Example of LLM result (I trimmed a ' from the XML snippet section for rendering in github issue)
Below are links to the full Prompt and the full LLM result
$ gist prompt
https://gist.github.com/jwmatthews/40217e662a79ee6597897a150357a257
$ gist llm_result
https://gist.github.com/jwmatthews/725dd3ae2df444e2781640127831d363
The text was updated successfully, but these errors were encountered: