* Gets the path to the folder containing the index.
()
| 102 | * Gets the path to the folder containing the index. |
| 103 | */ |
| 104 | public get folderPath(): string { |
| 105 | return this._folderPath; |
| 106 | } |
| 107 | |
| 108 | /** |
| 109 | * Gets the current OpenAI keys. |
nothing calls this directly
no outgoing calls
no test coverage detected