We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
output
1 parent cf9820f commit 69ca21cCopy full SHA for 69ca21c
1 file changed
js/src/dataset-pipeline.ts
@@ -2,7 +2,6 @@ import type { Trace } from "./trace";
2
3
type DatasetPipelineRow = {
4
input?: unknown;
5
- output?: unknown;
6
expected?: unknown;
7
tags?: string[];
8
metadata?: Record<string, unknown>;
0 commit comments