| 11 | } |
| 12 | |
| 13 | export interface FileAttachment { |
| 14 | id: string |
| 15 | name: string |
| 16 | type: string |
| 17 | size: number |
| 18 | localPath: string |
| 19 | createdAt: number |
| 20 | } |
| 21 | |
| 22 | export type AIContentPart = |
| 23 | | { type: 'text'; text: string } |
nothing calls this directly
no outgoing calls
no test coverage detected