* Gets the current OpenAI keys.
()
| 70 | * Gets the current OpenAI keys. |
| 71 | */ |
| 72 | get keys() { |
| 73 | return this._keys; |
| 74 | } |
| 75 | // LLM-REGION |
| 76 | /** |
| 77 | * Adds sources and extensions to the index. |
nothing calls this directly
no outgoing calls
no test coverage detected