* Gets the current OpenAI keys.
()
| 109 | * Gets the current OpenAI keys. |
| 110 | */ |
| 111 | public get keys(): OpenAIKeys | undefined { |
| 112 | return this._keys; |
| 113 | } |
| 114 | |
| 115 | // LLM-REGION |
| 116 |
nothing calls this directly
no outgoing calls
no test coverage detected