()
| 26 | project = 'REPLACE WITH PROJECT ID'; |
| 27 | |
| 28 | function auth() { |
| 29 | cache = CacheService.getUserCache(); |
| 30 | token = ScriptApp.getOAuthToken(); |
| 31 | cache.put("token", token); |
| 32 | } |
| 33 | |
| 34 | function askGemini(inputText) { |
| 35 | cache = CacheService.getUserCache(); |
nothing calls this directly
no outgoing calls
no test coverage detected