MCPcopy Index your code
hub / github.com/OpenPipe/OpenPipe / countDatasetEntryTokens.task.ts

File countDatasetEntryTokens.task.ts

app/src/server/tasks/fineTuning/countDatasetEntryTokens.task.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { prisma } from "~/server/db";
2import { countLlamaInputTokens, countLlamaOutputTokens } from "~/utils/countTokens";
3import defineTask from "../defineTask";
4import { typedDatasetEntryInput, typedDatasetEntryOutput } from "~/types/dbColumns.types";

Callers

nothing calls this directly

Calls 5

typedDatasetEntryInputFunction · 0.90
countLlamaInputTokensFunction · 0.90
typedDatasetEntryOutputFunction · 0.90
countLlamaOutputTokensFunction · 0.90
defineTaskFunction · 0.85

Tested by

no test coverage detected