Skip to content

Commit 9c8ba3e

Browse files
committed
make param optional
1 parent cbcc575 commit 9c8ba3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/sliding-window/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type TruncateOptions = {
6262
contextWindow: number
6363
maxTokens?: number | null
6464
apiHandler: ApiHandler
65-
autoCondenseContext: boolean
65+
autoCondenseContext?: boolean
6666
}
6767

6868
/**

0 commit comments

Comments
 (0)