Skip to content

Commit a53f760

Browse files
committed
lint
1 parent 5e8b051 commit a53f760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/sim/lib/chunkers/structured-data-chunker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { createLogger } from '@sim/logger'
22
import type { Chunk, StructuredDataOptions } from '@/lib/chunkers/types'
3+
34
/** Structured data is denser in tokens (~3 chars/token vs ~4 for prose) */
45
function estimateStructuredTokens(text: string): number {
56
if (!text?.trim()) return 0

0 commit comments

Comments
 (0)