()
| 259 | } |
| 260 | |
| 261 | func InitAIModeConfigWatcher() { |
| 262 | watcher := wconfig.GetWatcher() |
| 263 | watcher.RegisterUpdateHandler(handleConfigUpdate) |
| 264 | log.Printf("AI mode config watcher initialized\n") |
| 265 | } |
| 266 | |
| 267 | func handleConfigUpdate(fullConfig wconfig.FullConfigType) { |
| 268 | resolvedConfigs := ComputeResolvedAIModeConfigs(fullConfig) |
no test coverage detected