Fix: Make LLM use absolute paths for workspace #1

Merged
cjellick merged 1 commit from main into main 2024-06-05 23:24:27 +00:00
cjellick commented 2024-06-05 23:20:49 +00:00 (Migrated from github.com)

I'm hitting a lot of bugs where even though the LLM knows where the
workspace is and what files are in it, it tries to reference those files
as though they were in the current working dir. This instructs the LLM
to always reference workspace files with absolute paths.

Signed-off-by: Craig Jellick craig@acorn.io

I'm hitting a lot of bugs where even though the LLM knows where the workspace is and what files are in it, it tries to reference those files as though they were in the current working dir. This instructs the LLM to always reference workspace files with absolute paths. Signed-off-by: Craig Jellick <craig@acorn.io>
drpebcak (Migrated from github.com) approved these changes 2024-06-05 23:23:48 +00:00
Sign in to join this conversation.
No description provided.