add format
This commit is contained in:
parent
67c700db3b
commit
23e219b547
1 changed files with 1 additions and 3 deletions
|
|
@ -37,9 +37,7 @@ async def run():
|
|||
|
||||
toolResult = await session.call_tool("prune", arguments={})
|
||||
|
||||
toolResult = await session.call_tool(
|
||||
"cognify", arguments={}
|
||||
)
|
||||
toolResult = await session.call_tool("cognify", arguments={})
|
||||
|
||||
toolResult = await session.call_tool(
|
||||
"search", arguments={"search_type": "GRAPH_COMPLETION"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue