issues
search
getappmap
/
navie-benchmark
Navie benchmarks
MIT License
0
stars
0
forks
source link
fix: Retry file choosing
#95
Closed
dividedmind
closed
1 week ago
dividedmind
commented
2 weeks ago
This fixes several problems with file choosing:
sometimes an LLM generates an absolute path that's really relative (eg.
/django/...
).
sometimes an LLM generates extra text. If that text contained code fences, we used to ignore other text.
there might be unforeseen problems. Retry the completion up to three times if we don't get any results.
This fixes several problems with file choosing:
/django/...
).