MCPcopy Create free account

hub / github.com/OpenPipe/OpenPipe / functions

Functions1,184 in github.com/OpenPipe/OpenPipe

↓ 1 callersFunctiongetOutputHashes
({ nodeEntry, modelId1, modelId2, }: { nodeEntry: NodeEntry; modelId1: string; modelId2: string; }
app/src/server/tasks/evaluateTestSetEntries.task.ts:559
↓ 1 callersFunctiongetQueryString
(params: Record<string, any>)
app/src/server/modal-rpc/loraInferenceV1/core/request.ts:52
↓ 1 callersFunctiongetQueryString
(params: Record<string, any>)
app/src/server/modal-rpc/trainerV1/core/request.ts:52
↓ 1 callersFunctiongetQueryString
(params: Record<string, any>)
client-libs/typescript/src/codegen/core/request.ts:55
↓ 1 callersFunctiongetRelabelOptionDisplayText
(relabelOption: RelabelOption)
app/src/components/datasets/DatasetContentTabs/Sources/Sources.tsx:157
↓ 1 callersFunctiongetRequestBody
(options: ApiRequestOptions)
app/src/server/modal-rpc/loraInferenceV1/core/request.ts:191
↓ 1 callersFunctiongetRequestBody
(options: ApiRequestOptions)
app/src/server/modal-rpc/trainerV1/core/request.ts:191
↓ 1 callersFunctiongetRequestBody
(options: ApiRequestOptions)
client-libs/typescript/src/codegen/core/request.ts:185
↓ 1 callersFunctiongetResponseBody
(response: Response)
app/src/server/modal-rpc/loraInferenceV1/core/request.ts:244
↓ 1 callersFunctiongetResponseBody
(response: Response)
app/src/server/modal-rpc/trainerV1/core/request.ts:244
↓ 1 callersFunctiongetResponseBody
(response: Response)
client-libs/typescript/src/codegen/core/request.ts:230
↓ 1 callersFunctiongetResponseHeader
( response: Response, responseHeader?: string, )
app/src/server/modal-rpc/loraInferenceV1/core/request.ts:231
↓ 1 callersFunctiongetResponseHeader
( response: Response, responseHeader?: string, )
app/src/server/modal-rpc/trainerV1/core/request.ts:231
↓ 1 callersFunctiongetResponseHeader
(response: Response, responseHeader?: string)
client-libs/typescript/src/codegen/core/request.ts:220
↓ 1 callersFunctiongetServerAuthSession
(ctx: { req: GetServerSidePropsContext["req"]; res: GetServerSidePropsContext["res"]; })
app/src/server/auth.ts:93
↓ 1 callersFunctiongetStatusColor
(status: FineTuneStatus)
app/src/components/fineTunes/FineTunesTable.tsx:101
↓ 1 callersFunctiongetStatusText
(status: FileUpload["status"])
app/src/components/datasets/FileUploadsCard.tsx:139
↓ 1 callersFunctiongetStripeCustomer
(stripeCustomerId: string)
app/src/server/utils/stripe.ts:45
↓ 1 callersFunctiongetSupportedModel
(model: string)
app/src/utils/countTokens.ts:36
↓ 1 callersFunctiongetUrl
(config: OpenAPIConfig, options: ApiRequestOptions)
app/src/server/modal-rpc/loraInferenceV1/core/request.ts:86
↓ 1 callersFunctiongetUrl
(config: OpenAPIConfig, options: ApiRequestOptions)
app/src/server/modal-rpc/trainerV1/core/request.ts:86
↓ 1 callersFunctiongetUrl
(config: OpenAPIConfig, options: ApiRequestOptions)
client-libs/typescript/src/codegen/core/request.ts:89
↓ 1 callersFunctionhandleOpenInvoiceClick
(id: string)
app/src/components/billing/BillingContentTabs/Invoices/InvoicesTable.tsx:31
↓ 1 callersFunctionhandleTabChange
(newTabKey: string)
app/src/components/ContentTabs.tsx:36
↓ 1 callersFunctionhashAndSaveDatasetEntryInput
({ projectId, tool_choice, tools, messages, response_format, inputTokens, trx = kysely, }: { p
app/src/server/utils/nodes/hashNode.ts:47
↓ 1 callersFunctionhashRequest
( modelId: string, reqPayload: z.infer<typeof chatCompletionInputReqPayload>, )
app/src/server/utils/hashObject.ts:30
↓ 1 callersFunctionimportDatasetEntries
({ projectId, nodeId, dataChannelId, datasetFileUploadId, maxEntriesToImport, }: { projectId: stri
app/src/server/utils/nodes/importDatasetEntries.ts:14
↓ 1 callersFunctioninvalidateNodeEntries
(nodeId: string)
app/src/server/tasks/nodes/processNodes/invalidateNodeEntries.ts:3
↓ 1 callersFunctioninvert
( obj: TRecord, )
app/src/server/utils/trpcStatusCodes.ts:11
↓ 1 callersFunctionisAdmin
(userId: string)
app/src/utils/accessControl.ts:6
↓ 1 callersFunctionisParseError
(row: ParsedRow)
app/src/server/utils/datasetEntryCreation/parseRowsToImport.ts:122
↓ 1 callersFunctionisToolCall
(functionArguments: string)
app/src/components/nodeEntries/NodeEntriesTable/NodeEntryDrawer/parseableToToolCalls.ts:19
↓ 1 callersFunctionoutputsAreEqual
( firstOutput: DatasetEntryOutput["output"], secondOutput: DatasetEntryOutput["output"], )
app/src/server/tasks/evaluateTestSetEntries.task.ts:517
↓ 1 callersFunctionparseableToToolCalls
(str: string)
app/src/components/nodeEntries/NodeEntriesTable/NodeEntryDrawer/parseableToToolCalls.ts:4
↓ 1 callersFunctionprepareArchiveCreation
({ nodeParams, }: { nodeParams: Omit<Prisma.NodeUncheckedCreateInput, "type" | "config" | "hash"> & {
app/src/server/utils/nodes/nodeCreation/prepareNodeCreation.ts:13
↓ 1 callersFunctionprepareDatasetCreation
({ nodeParams, }: { nodeParams: Omit<Prisma.NodeUncheckedCreateInput, "type" | "config" | "hash"> & {
app/src/server/utils/nodes/nodeCreation/prepareNodeCreation.ts:180
↓ 1 callersFunctionprepareFilterCreation
({ nodeParams, }: { nodeParams: Omit<Prisma.NodeUncheckedCreateInput, "type" | "config" | "hash"> & {
app/src/server/utils/nodes/nodeCreation/prepareNodeCreation.ts:85
↓ 1 callersFunctionprepareIntegratedMonitorCeation
({ projectId, initialFilters, }: { projectId: string; initialFilters: z.infer<typeof filtersSchema>; }
app/src/server/utils/nodes/nodeCreation/prepareIntegratedNodesCreation.ts:73
↓ 1 callersFunctionprepareManualRelabelCreation
({ nodeParams, }: { nodeParams: Omit<Prisma.NodeUncheckedCreateInput, "type" | "config" | "hash"> & {
app/src/server/utils/nodes/nodeCreation/prepareNodeCreation.ts:151
↓ 1 callersFunctionprepareMonitorCreation
({ nodeParams, }: { nodeParams: Omit<Prisma.NodeUncheckedCreateInput, "type" | "config" | "hash"> & {
app/src/server/utils/nodes/nodeCreation/prepareNodeCreation.ts:49
↓ 1 callersFunctionprocessStream
()
client-libs/typescript/src/openai/http.test.ts:63
↓ 1 callersFunctionreadRequestBody
(req: NextApiRequest)
app/src/pages/api/stripe/webhook.ts:20
↓ 1 callersFunctionread_all_files
(directory)
trainer/src/inference_server/main.py:76
↓ 1 callersFunctionreadableStreamToAsyncGenerator
( reader: ReadableStreamDefaultReader, )
app/src/modelProviders/fine-tuned/getFireworksCompletion.ts:136
↓ 1 callersFunctionredirectProject
()
app/src/pages/index.tsx:17
↓ 1 callersFunctionredirectProject
()
app/src/pages/settings.tsx:17
↓ 1 callersMethodreport
(...params: Parameters<OPClient["default"]["report"]>)
client-libs/typescript/src/client.ts:23
↓ 1 callersMethodrequest
* Request method * @param options The request options from the service * @returns CancelablePromise<T> * @throws ApiError
app/src/server/modal-rpc/loraInferenceV1/core/FetchHttpRequest.ts:22
↓ 1 callersFunctionresetDb
()
app/src/tests/helpers/setup.ts:7
↓ 1 callersFunctionrunInference
(args: ModalInput)
app/src/server/modal-rpc/clients.ts:54
↓ 1 callersFunctionrunOnce
()
app/src/server/tasks/fineTuning/checkOpenaiFineTuneStatus.task.ts:9
↓ 1 callersFunctionsaveFieldComparisonScore
({ datasetId, persistentId, nodeEntryInputHash, score, modelId, }: { datasetId: string; persiste
app/src/server/utils/calculateFieldComparisonScore.ts:10
↓ 1 callersFunctionsaveResults
({ node, resultsToProcess, }: { node: Pick<Node, "projectId" | "hash" | "type">; resultsToProcess: Sav
app/src/server/tasks/nodes/processNodes/saveResults.ts:22
↓ 1 callersFunctionscrollToBottom
()
app/src/components/nodeEntries/NodeEntriesTable/NodeEntryDrawer/useKeepScrollAtBottom.tsx:18
↓ 1 callersFunctionsendFineTuneModelTrained
(fineTune: TypedFineTune)
app/src/server/emails/sendFineTuneModelTrained.ts:8
↓ 1 callersFunctionsendPaymentFailed
( invoiceId: string, amount: number, description: JsonValue, billingPeriod: string, projectName: str
app/src/server/emails/sendPaymentFailed.ts:8
↓ 1 callersFunctionsendPaymentSuccessful
( invoiceId: string, amount: number, description: JsonValue, billingPeriod: string, projectName: str
app/src/server/emails/sendPaymentSuccessful.ts:8
↓ 1 callersFunctionsendProjectInvitation
({ invitationToken, recipientEmail, invitationSenderName, invitationSenderEmail, projectName, }: {
app/src/server/emails/sendProjectInvitation.ts:6
↓ 1 callersFunctionsendRequest
( config: OpenAPIConfig, options: ApiRequestOptions, url: string, body: any, formData: FormData | un
app/src/server/modal-rpc/loraInferenceV1/core/request.ts:204
↓ 1 callersFunctionsendRequest
( config: OpenAPIConfig, options: ApiRequestOptions, url: string, body: any, formData: FormData | un
app/src/server/modal-rpc/trainerV1/core/request.ts:204
↓ 1 callersFunctionsendRequest
( options: ApiRequestOptions, url: string, body: any, formData: FormData | undefined, head
client-libs/typescript/src/codegen/core/request.ts:198
↓ 1 callersFunctionserialize_datetime
Serialize a datetime including timezone info. Uses the timezone info provided if present, otherwise uses the current runtime's timezone info
client-libs/python/openpipe/api_client/core/datetime_utils.py:6
↓ 1 callersMethodsetClients
(opClient: OpenPipe, opCompletionClient: openai.OpenAI)
client-libs/typescript/src/openai.ts:45
↓ 1 callersFunctionsetFiltersShown
(shown: boolean)
app/src/components/Filters/useFilters.ts:14
↓ 1 callersFunctionsetHeight
()
app/src/components/nav/AppShell.tsx:198
↓ 1 callersFunctionsetSearchQueryParam
(newSearchQuery: { search?: string })
app/src/utils/hooks.ts:118
↓ 1 callersFunctionsortKeys
(obj: JsonValue)
app/src/server/utils/hashObject.ts:7
↓ 1 callersMethodstartTraining
* Start Training * @param fineTuneId * @param baseUrl * @returns STOutput Successful Response * @throws ApiError
app/src/server/modal-rpc/trainerV1/services/DefaultService.ts:18
↓ 1 callersFunctionstatusCodeFromTrpcCode
(errorCode = "INTERNAL_SERVER_ERROR")
app/src/server/utils/trpcStatusCodes.ts:24
↓ 1 callersFunctionstatusText
(status: FineTuneStatus)
app/src/components/fineTunes/FineTunesTable.tsx:113
↓ 1 callersFunctionstreamToNdStrings
({ readableStream, maxEntriesToImport, onProgress, chunkInterval = 1048576, // send progress every 1MB
app/src/utils/azure/server.ts:91
↓ 1 callersFunctionsync_detailed
Report that a model export has completed Args: json_body (ReportModelExportCompleteJsonBody): Raises: errors.UnexpectedStatu
trainer/src/api_client/api/default/report_model_export_complete.py:52
↓ 1 callersFunctionsync_detailed
Get info necessary to train a model Args: fine_tune_id (str): Raises: errors.UnexpectedStatus: If the server returns an undo
trainer/src/api_client/api/default/get_training_info.py:54
↓ 1 callersFunctionsync_detailed
Get info necessary to export a model Args: export_id (str): Raises: errors.UnexpectedStatus: If the server returns an undocu
trainer/src/api_client/api/default/get_model_export_info.py:54
↓ 1 callersFunctiontemplateTabs
( apiKey: string, modelSlug: string, entry?: RouterOutputs["fineTunes"]["listTrainingEntries"]["entries"
app/src/components/fineTunes/FineTuneContentTabs/General/InferenceCodeTabs/InferenceCodeTabs.tsx:78
↓ 1 callersMethodthen
( onFulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null, onRejected?: ((reason
client-libs/typescript/src/codegen/core/CancelablePromise.ts:92
↓ 1 callersFunctiontoggleModelVisiblity
(modelId: string)
app/src/components/datasets/DatasetContentTabs/Evaluation/useVisibleModelIds.tsx:46
↓ 1 callersFunctiontrain
(fine_tune_id: str, base_url: str)
trainer/src/trainer/main.py:26
↓ 1 callersFunctiontrainModalFineTune
(fineTuneId: string)
app/src/server/tasks/fineTuning/trainFineTune.task.ts:74
↓ 1 callersFunctiontrainOpenaiFineTune
(fineTuneId: string)
app/src/server/tasks/fineTuning/trainOpenaiFineTune.ts:15
↓ 1 callersFunctiontrainingConfig
(fineTune: TypedFineTune)
app/src/server/fineTuningProviders/openpipe/trainingConfig.ts:44
↓ 1 callersMethodtrainingStatus
* Training Status * @param callId * @returns TSOutput Successful Response * @throws ApiError
app/src/server/modal-rpc/trainerV1/services/DefaultService.ts:37
↓ 1 callersFunctiontypedDatasetEntryOutput
( input: T, )
app/src/types/dbColumns.types.ts:42
↓ 1 callersMethodunstableDatasetCreate
* Create a new dataset. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team. * @param
client-libs/typescript/src/codegen/services/DefaultService.ts:348
↓ 1 callersMethodunstableDatasetEntryCreate
* Add new dataset entries. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team. * @par
client-libs/typescript/src/codegen/services/DefaultService.ts:368
↓ 1 callersMethodunstableFinetuneCreate
* Create a new finetune. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team. * @param
client-libs/typescript/src/codegen/services/DefaultService.ts:459
↓ 1 callersMethodunstableFinetuneGet
* Get a finetune by ID. Note, this endpoint is unstable and may change without notice. Do not use without consulting the OpenPipe team. * @param
client-libs/typescript/src/codegen/services/DefaultService.ts:481
↓ 1 callersFunctionupdateRating
(model1: string, model2: string, score: number)
app/scripts/rank-base-models.ts:87
↓ 1 callersFunctionuploadDatasetEntryFile
(projectId: string, file: File)
app/src/utils/azure/website.ts:7
↓ 1 callersFunctionuploadJsonl
(stream: Readable)
app/src/utils/azure/server.ts:54
↓ 1 callersFunctionupload_directory_to_s3
(local_directory, destination, bucket)
trainer/src/shared.py:38
↓ 1 callersFunctionupload_to_fireworks
Attempts to upload to fireworks with a specified timeout and number of retries. :param fireworks_base_model: The base model for fireworks.
trainer/src/trainer/upload_to_fireworks.py:8
↓ 1 callersFunctionusdToCents
(usd: number | Decimal)
app/src/server/utils/stripe.ts:86
↓ 1 callersFunctionuseDatasetEvals
()
app/src/utils/hooks.ts:421
↓ 1 callersFunctionuseDatasetFineTunes
()
app/src/utils/hooks.ts:385
↓ 1 callersFunctionuseInvoice
(id: string, refetchInterval?: number)
app/src/utils/hooks.ts:448
↓ 1 callersFunctionuseInvoices
(refetchInterval?: number)
app/src/utils/hooks.ts:439
↓ 1 callersFunctionuseKeepScrollAtBottom
(parentId: string, childId: string)
app/src/components/nodeEntries/NodeEntriesTable/NodeEntryDrawer/useKeepScrollAtBottom.tsx:3
↓ 1 callersFunctionuseNode
({ id }: { id?: string })
app/src/utils/hooks.ts:168
↓ 1 callersFunctionuseNodeEntry
({ persistentId, nodeId, }: { persistentId: string | null; nodeId?: string; })
app/src/utils/hooks.ts:193
← previousnext →401–500 of 1,184, ranked by callers