| 71 | } |
| 72 | |
| 73 | export interface RunPodResponse { |
| 74 | delayTime: number; |
| 75 | executionTime: number; |
| 76 | id: string; |
| 77 | output: string; |
| 78 | status: string; |
| 79 | } |
| 80 | |
| 81 | export interface TogetherAIResponse { |
| 82 | id: string; |
nothing calls this directly
no outgoing calls
no test coverage detected