Skip to content

Commit

Permalink
Make reasoner flag default to true for /query
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkwang committed Mar 26, 2021
1 parent db24503 commit 3132350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def knowledge_graph_overlay(

def knowledge_graph_one_hop(
obj: Query = Body(..., example=kg_onehop_example),
reasoner: bool = False,
reasoner: bool = True,
conn=Depends(get_db),
) -> Message:
"""Query the ICEES clinical reasoner for knowledge graph one hop."""
Expand Down

0 comments on commit 3132350

Please sign in to comment.