mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 20:51:02 +02:00
Remove unnecessary changes
This commit is contained in:
parent
808e696d1b
commit
5fe99a2392
1 changed files with 0 additions and 2 deletions
|
|
@ -322,7 +322,6 @@ class Processor(FlowProcessor):
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--template-id",
|
"--template-id",
|
||||||
dest="template_id",
|
|
||||||
type=str,
|
type=str,
|
||||||
default=default_template_id,
|
default=default_template_id,
|
||||||
help="Template ID to use for agent extraction"
|
help="Template ID to use for agent extraction"
|
||||||
|
|
@ -330,7 +329,6 @@ class Processor(FlowProcessor):
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--config-type',
|
'--config-type',
|
||||||
dest="config_type",
|
|
||||||
default="prompt",
|
default="prompt",
|
||||||
help=f'Configuration key for prompts (default: prompt)',
|
help=f'Configuration key for prompts (default: prompt)',
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue