| 11 | |
| 12 | // 生成选项接口 |
| 13 | export interface GenerateOptions { |
| 14 | extraRequirements?: string |
| 15 | llmId?: string |
| 16 | modelConfigId?: string |
| 17 | } |
| 18 | |
| 19 | export interface UseChatTopicsOptions { |
| 20 | pageId: string |
nothing calls this directly
no outgoing calls
no test coverage detected