| 6 | |
| 7 | // 生成选项接口(与 useChatTopics 共享) |
| 8 | export interface GenerateOptions { |
| 9 | extraRequirements?: string |
| 10 | llmId?: string |
| 11 | modelConfigId?: string |
| 12 | } |
| 13 | |
| 14 | export interface UseChatTitlesOptions { |
| 15 | pageId: string |
nothing calls this directly
no outgoing calls
no test coverage detected