| 11 | } from '../services/api'; |
| 12 | |
| 13 | interface AssistantDetails { |
| 14 | assistantName: string; |
| 15 | assistantModel: string; |
| 16 | assistantDescription: string; |
| 17 | } |
| 18 | |
| 19 | interface UploadedFileResponse { |
| 20 | fileId: string; |
nothing calls this directly
no outgoing calls
no test coverage detected