Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|