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
Since shareable URLs only last two weeks, I am now persisting my promptfoo outputs via https://github.com/actions/upload-artifact.
promptfoo
It would be nice to either:
output
promptfoo eval --output
PROMPTFOO_OUTPUT
The text was updated successfully, but these errors were encountered:
Actually, it looks like by default this action creates an output.json: https://github.com/promptfoo/promptfoo-action/blob/v1/src/main.ts#L124
output.json
I think this issue can alternately be closed by just documenting that in the README.md (and optionally making that path configurable)
README.md
Sorry, something went wrong.
No branches or pull requests
Since shareable URLs only last two weeks, I am now persisting my
promptfoo
outputs via https://github.com/actions/upload-artifact.It would be nice to either:
output
arg in this actionpromptfoo eval --output
to pull from an environment variablePROMPTFOO_OUTPUT
The text was updated successfully, but these errors were encountered: