* Gets the code index.
()
| 54 | * Gets the code index. |
| 55 | */ |
| 56 | get index() { |
| 57 | return this._index; |
| 58 | } |
| 59 | /** |
| 60 | * Registers a new function to be used in the chat completion. |
| 61 | * @remarks |
nothing calls this directly
no outgoing calls
no test coverage detected