Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ ChatConfigs
Interface
ChatConfigs
src/renderer/src/hooks/useChatCore.ts:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
export
interface
ChatConfigs {
21
llmConfig: LLMConfig
22
modelConfig: ModelConfig | undefined
23
}
24
25
export
interface
UseChatCoreResult {
26
// 基础状态
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected