(text: string)
| 433 | |
| 434 | async function callGemini( |
| 435 | apiKey: string, |
| 436 | baseUrl: string, |
| 437 | model: string, |
| 438 | input: string, |
| 439 | timeout: number, |
| 440 | ): Promise<string> { |
| 441 | const response = await axios.post( |
no outgoing calls
no test coverage detected