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

Interface GenerateOptions

src/renderer/src/hooks/useChatTopics.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12// 生成选项接口
13export interface GenerateOptions {
14 extraRequirements?: string
15 llmId?: string
16 modelConfigId?: string
17}
18
19export interface UseChatTopicsOptions {
20 pageId: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected