We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbcc575 commit 9c8ba3eCopy full SHA for 9c8ba3e
src/core/sliding-window/index.ts
@@ -62,7 +62,7 @@ type TruncateOptions = {
62
contextWindow: number
63
maxTokens?: number | null
64
apiHandler: ApiHandler
65
- autoCondenseContext: boolean
+ autoCondenseContext?: boolean
66
}
67
68
/**
0 commit comments