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

Method constructor

src/renderer/src/services/aiService.ts:17–21  ·  view source on GitHub ↗
(llmConfig: LLMConfig, modelConfig: ModelConfig | undefined)

Source from the content-addressed store, hash-verified

15 private isAborted: boolean = false
16
17 constructor(llmConfig: LLMConfig, modelConfig: ModelConfig | undefined) {
18 this.llmConfig = llmConfig
19 this.modelConfig = modelConfig
20 this.requestId = uuidv4()
21 }
22
23 // 添加getter方法来暴露requestId
24 get id(): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected