cafierom commited on
Commit
0ece4c9
·
verified ·
1 Parent(s): afd5a83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -729,6 +729,8 @@ should be called before this tool.
729
  state["tool_choice"] = tool_choice
730
  state["which_tool"] = 0
731
  print(f"The chosen tools are: {tool_choice}")
 
 
732
 
733
  return state
734
 
 
729
  state["tool_choice"] = tool_choice
730
  state["which_tool"] = 0
731
  print(f"The chosen tools are: {tool_choice}")
732
+ print('task, chembl')
733
+ print(state['query_task'], state['query_chembl'])
734
 
735
  return state
736