mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 04:31:02 +02:00
Fix Prometheus incorrect metric name
This commit is contained in:
parent
ac6290ea12
commit
808e696d1b
1 changed files with 2 additions and 0 deletions
|
|
@ -322,6 +322,7 @@ 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"
|
||||
|
|
@ -329,6 +330,7 @@ class Processor(FlowProcessor):
|
|||
|
||||
parser.add_argument(
|
||||
'--config-type',
|
||||
dest="config_type",
|
||||
default="prompt",
|
||||
help=f'Configuration key for prompts (default: prompt)',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue