From 61fea4bb75abae4fc00ac1730cbf161cbab39565 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 20 Oct 2025 16:26:39 -0300 Subject: [PATCH] SIENTIAPDE-1312 SIENTIAPDE-1312: Add 'fill_missing_tags' configuration option to scouter function for enhanced tag management. --- orchestrator/utils/orchestrator_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/orchestrator/utils/orchestrator_functions.py b/orchestrator/utils/orchestrator_functions.py index 6806bf8..b59bfac 100644 --- a/orchestrator/utils/orchestrator_functions.py +++ b/orchestrator/utils/orchestrator_functions.py @@ -97,6 +97,7 @@ def scouter(config: dict[str, Any]): 'retention_time': config.get('tag_retention_minutes', 60) * 60, 'model_tags': tags, 'debug_data_package': config.get('debug_data_package', False), + 'fill_missing_tags': config.get('fill_missing_tags', False), }