| 50 | } |
| 51 | |
| 52 | export interface LLMConfig extends ConfigItemBase { |
| 53 | baseUrl: string |
| 54 | apiKey: string |
| 55 | modelName: string |
| 56 | } |
| 57 | |
| 58 | // 文件附件类型 |
| 59 | export interface FileAttachment { |
nothing calls this directly
no outgoing calls
no test coverage detected