| 28 | } |
| 29 | |
| 30 | interface HandleGenerateResponseParams { |
| 31 | response: Response; |
| 32 | isChat: boolean; |
| 33 | threadId: string | null; |
| 34 | rawResponse: boolean; |
| 35 | } |
| 36 | |
| 37 | export class Request { |
| 38 | private config: RequestConfig; |
nothing calls this directly
no outgoing calls
no test coverage detected