(provider, apiKey)
| 236 | |
| 237 | // Set API key |
| 238 | setAPIKey(provider, apiKey) { |
| 239 | return this.cloudAPI.setAPIKey(provider, apiKey); |
| 240 | } |
| 241 | |
| 242 | // Clear conversation history |
| 243 | clearHistory() { |
nothing calls this directly
no outgoing calls
no test coverage detected