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

Interface GenerateOptions

src/renderer/src/hooks/useChatTitles.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7// 生成选项接口(与 useChatTopics 共享)
8export interface GenerateOptions {
9 extraRequirements?: string
10 llmId?: string
11 modelConfigId?: string
12}
13
14export interface UseChatTitlesOptions {
15 pageId: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected