ReplaceProviders swaps the providers used to construct future RequestBridge instances and clears the cache. Disabled providers must be included; the bridge serves a 503 sentinel on their routes.
(providers []aibridge.Provider)
| 34 | // must be included; the bridge serves a 503 sentinel on their |
| 35 | // routes. |
| 36 | ReplaceProviders(providers []aibridge.Provider) |
| 37 | Shutdown(ctx context.Context) error |
| 38 | } |
| 39 |
no outgoing calls