* pulls the latest API from the secure store and rebuilds the API handler
()
| 67 | * pulls the latest API from the secure store and rebuilds the API handler |
| 68 | */ |
| 69 | public async pullLatestApi() { |
| 70 | this.log("info", "Pulling latest API configuration") |
| 71 | const settings = await getCurrentApiSettings() |
| 72 | |
| 73 | this.api = buildApiHandler(settings) |
| 74 | } |
| 75 | /** |
| 76 | * Updates custom instructions for the API |
| 77 | * @param customInstructions - New custom instructions |
no test coverage detected