pub fn args_template(args: &Map<String, Value>) -> StringExpand description
Produce a normalized args template: top-level keys with their JSON type as placeholder value.
Used by PatternStore to store a template that is stable across observations with varying
argument values. Example: {"command":"<string>","timeout":"<number>"}.