mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Fix broken CLI (#360)
This commit is contained in:
parent
b3c9dda57f
commit
6bf485788a
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ def main():
|
|||
|
||||
query(
|
||||
url=args.url,
|
||||
flow = args.flow_id,
|
||||
flow_id = args.flow_id,
|
||||
system=args.system[0],
|
||||
prompt=args.prompt[0],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue