Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbushi committed Nov 7, 2024
1 parent a0199a0 commit afeb904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genkit-tools/cli/src/commands/eval-extract-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const evalExtractData = new Command('eval:extractData')
let dataset: EvalInput[] = [];
let continuationToken = undefined;
while (dataset.length < parseInt(options.maxRows)) {
// Env not needed
const response = await manager.listTraces({
limit: parseInt(options.maxRows),
continuationToken,
Expand Down

0 comments on commit afeb904

Please sign in to comment.