MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getAiDataDir

Method getAiDataDir

packages/core/src/interfaces/path-provider.ts:39–39  ·  view source on GitHub ↗

AI 数据目录(对话历史、LLM 配置),基于 systemDir

()

Source from the content-addressed store, hash-verified

37
38 /** AI 数据目录(对话历史、LLM 配置),基于 systemDir */
39 getAiDataDir(): string
40
41 /** 设置目录,基于 systemDir */
42 getSettingsDir(): string

Callers 14

registerCacheRoutesFunction · 0.65
snapshotPathProviderFunction · 0.65
startInternalServerFunction · 0.65
getManagerFunction · 0.65
getStorePathFunction · 0.65
getConfigPathFunction · 0.65
getStorePathFunction · 0.65
getManagerFunction · 0.65
getManagerFunction · 0.65
cli.tsFile · 0.65

Implementers 3

NodePathProviderpackages/node-runtime/src/node-path-pr
StaticPathProviderpackages/node-runtime/src/semantic-ind
ElectronPathProviderapps/desktop/main/electron-path-provid

Calls

no outgoing calls

Tested by

no test coverage detected