mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Updated tool CLI to modify tool config
This commit is contained in:
parent
15d3d0e961
commit
e6bb52aeba
3 changed files with 172 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ def show_config(url):
|
|||
table.append(("id", data["id"]))
|
||||
table.append(("name", data["name"]))
|
||||
table.append(("description", data["description"]))
|
||||
table.append(("type", data["type"]))
|
||||
|
||||
for n, arg in enumerate(data["arguments"]):
|
||||
table.append((
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue