classify_reload
Function
This function is defined in the config module.Classify a changed dotted config
path into a :class:ReloadScope.
Canonical, side-effect-free classification shared by every runtime so a
hot-reload plan is built identically regardless of who loads the config.
Anything not explicitly recognised falls through to ReloadScope.FULL,
keeping full restart the fail-safe default for structural changes.
Signature
Parameters
str
required
No description available.
Returns
str
The result of the operation.
Uses
is_hot_appliable
Source
View on GitHub
praisonaiagents/gateway/config.py at line 253
