MCPcopy Create free account
hub / github.com/experdot/pointer / addLLMConfig

Method addLLMConfig

src/renderer/src/stores/interfaces/ui.ts:157–157  ·  view source on GitHub ↗
(config: LLMConfig)

Source from the content-addressed store, hash-verified

155 // ==================== LLM 配置 ====================
156
157 addLLMConfig(config: LLMConfig): void
158 updateLLMConfig(id: string, changes: Partial<LLMConfig>): void
159 removeLLMConfig(id: string): void
160

Callers 3

handleImportFunction · 0.80
createLLMConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected