↓ 3 callersFunctionhashDatasetEntryInput({
projectId,
tool_choice,
tools,
messages,
response_format,
}: {
projectId: string;
} & Pick<Chat
app/src/server/utils/nodes/hashNode.ts:28
↓ 3 callersFunctionrecordLoggedCall({
projectId,
usage,
requestedAt,
receivedAt,
cacheHit,
reqPayload,
respPayload,
statusCode,
app/src/utils/recordRequest.ts:175