import { tokensGeneratedEventAllSchema } from "./index.js"; export const tokensGeneratedEventSchema_0_2_0 = tokensGeneratedEventAllSchema.pick({ // base timestamp: true, userId: true, userAgent: true, selectedProfileId: true, eventName: true, schema: true, // tokens generated specific model: true, provider: true, promptTokens: true, generatedTokens: true, }); export const tokensGeneratedEventSchema_0_2_0_noCode = tokensGeneratedEventSchema_0_2_0;