From 5fe99a239228efbc4ce3aaed5e8fb6fd0eca756a Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Sat, 6 Sep 2025 18:36:37 +0100 Subject: [PATCH] Remove unnecessary changes --- trustgraph-flow/trustgraph/extract/kg/agent/extract.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/trustgraph-flow/trustgraph/extract/kg/agent/extract.py b/trustgraph-flow/trustgraph/extract/kg/agent/extract.py index 041264a4..b7ef9259 100644 --- a/trustgraph-flow/trustgraph/extract/kg/agent/extract.py +++ b/trustgraph-flow/trustgraph/extract/kg/agent/extract.py @@ -322,7 +322,6 @@ class Processor(FlowProcessor): parser.add_argument( "--template-id", - dest="template_id", type=str, default=default_template_id, help="Template ID to use for agent extraction" @@ -330,7 +329,6 @@ class Processor(FlowProcessor): parser.add_argument( '--config-type', - dest="config_type", default="prompt", help=f'Configuration key for prompts (default: prompt)', )