| 8 | } |
| 9 | |
| 10 | export interface LLMConfig { |
| 11 | id: string |
| 12 | name: string |
| 13 | apiHost: string |
| 14 | apiKey: string |
| 15 | modelName: string |
| 16 | createdAt: number |
| 17 | modelConfigId?: string |
| 18 | } |
| 19 | |
| 20 | // 文件附件类型 |
| 21 | export interface FileAttachment { |
nothing calls this directly
no outgoing calls
no test coverage detected