MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getCondenseContextWindow

Method getCondenseContextWindow

src/api/index.ts:115–115  ·  view source on GitHub ↗

* Optional context window for context-management / auto-condense when it must differ from * getModel().info.contextWindow. Only VS Code LM overrides it (static `maxInputTokens` vs its * inflated live window); others leave it undefined and callers fall back.

()

Source from the content-addressed store, hash-verified

113 * inflated live window); others leave it undefined and callers fall back.
114 */
115 getCondenseContextWindow?(): number
116
117 /**
118 * Counts tokens for content blocks

Callers 3

attemptApiRequestMethod · 0.65
vscode-lm.spec.tsFile · 0.65

Implementers 2

VsCodeLmHandlersrc/api/providers/vscode-lm.ts
FakeAIHandlersrc/api/providers/fake-ai.ts

Calls

no outgoing calls

Tested by

no test coverage detected