We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The script says: Write output to the file analysis.md.
The trace shows:
File /path_to_file/analysis.md:
# Monthly Sales Data Analysis ...
I get the refactoring view that looks like this: analysis.md \path_to_file
I'm not sure if and where the file is written but it isn't in the directory where the file that I ran the script over is.
The text was updated successfully, but these errors were encountered:
can you attach a repro?
Sorry, something went wrong.
On further investigation, I see that the files are being written into this directory:
C:\path_to_file
Do you know which model you are using?
gpt-4-turbo
I think I am going to add a defFileOutput(...) function to declaratively define the expected generated files and path.
i was able to repro this. the LLM is confused by our system prompt.
No branches or pull requests
The script says:
Write output to the file analysis.md.
The trace shows:
File /path_to_file/analysis.md:
# Monthly Sales Data Analysis ...
I get the refactoring view that looks like this:
analysis.md \path_to_file
I'm not sure if and where the file is written but it isn't in the directory where the file that I ran the script over is.
The text was updated successfully, but these errors were encountered: