File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { generateObject } from "ai" ;
22import { z } from "zod" ;
33import { CategoryEnum , TagSchema } from "@/lib/ai/categorization" ;
4- import { createLogger , DEBUG } from "@/lib/logger" ;
4+ import { createLogger } from "@/lib/logger" ;
55import type { AIProvider } from "@/lib/providers/registry" ;
66import { storage } from "@/lib/storage" ;
77import type { MemoryEntry } from "@/types/memory" ;
@@ -138,15 +138,6 @@ export class DeduplicationCategorizer {
138138 schemaDescription :
139139 "Deduplication and categorization results for captured fields" ,
140140 temperature : 0.3 ,
141- experimental_telemetry : {
142- isEnabled : DEBUG ,
143- functionId : "memory-deduplication-categorization" ,
144- metadata : {
145- newFieldsCount : newFields . length ,
146- existingMemoriesCount : existingMemories . length ,
147- provider,
148- } ,
149- } ,
150141 } ) ;
151142
152143 logger . info ( "Deduplication + Categorization result:" , {
You can’t perform that action at this time.
0 commit comments