docs(transform): publish promptfoo file transform example#1661
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
5cf2fed
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://81199ed5.agentv.pages.dev |
| Branch Preview URL: | https://promptfoo-transform-docs-xls.agentv.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
transformas the canonical public output-shaping surface in Promptfoo parity docs, eval docs, grader docs, and AI-facing eval writer/migration guidance.default_test.options.transform: file://../scripts/transforms/xlsx-to-csv.tsand built-inclitarget config.Validation
bun run buildbun apps/cli/src/cli.ts validate examples/features/file-transforms/evals/suite.yamlbun apps/cli/src/cli.ts eval examples/features/file-transforms/evals/suite.yaml --target file_output-> 1/1 pass, 100%bun run validate:examples-> 108/108 validbun run lintLive Dogfood Evidence
Private evidence branch:
EntityProcess/agentv-private:evidence/av-kfik-34-2-transform-docs-xlsxPrivate evidence commit:
37eede4Live command:
LOCAL_OPENAI_PROXY_BASE_URL=http://127.0.0.1:10531/v1 \ LOCAL_OPENAI_PROXY_API_KEY=dummy-local-key \ LOCAL_OPENAI_PROXY_MODEL=gpt-5.4-mini \ bun apps/cli/src/cli.ts eval examples/features/file-transforms/evals/suite.yaml --target file_output_liveResult: 1/1 pass, mean score 100%, canonical bundle
.agentv/results/2026-07-05T03-45-04-693Z.Evidence includes the run bundle, source eval/targets/transform files, artifact tree, and manifest. The raw transcript preserves the
.xlsxContentFile,outputs/answer.mdcontains transformed spreadsheet text, andgrading.jsonshows the reallocal-openai-graderllm-rubricpassed both required checks.Notes
docs/v4.42.4are intentionally unchanged.