MCPcopy Create free account
hub / github.com/echoVic/blade-code / createContextManager

Function createContextManager

src/context/utils.ts:7–9  ·  view source on GitHub ↗
(options: Partial<ContextManagerOptions> = {})

Source from the content-addressed store, hash-verified

5 * 创建配置好的上下文管理器
6 */
7export function createContextManager(options: Partial<ContextManagerOptions> = {}): ContextManager {
8 return new ContextManager(options);
9}
10
11/**
12 * 将上下文数据格式化为适合 Prompt 的字符串

Callers 2

exampleFunction · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected