Portx commited on
Commit
8290e1d
·
verified ·
1 Parent(s): 0d3f2ef

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -89,7 +89,7 @@ class EndpointHandler():
89
  elif prompt_id==3:
90
  final_prompt=PromptSet.multiple_container_information_prompt
91
  else:
92
- pass
93
 
94
 
95
 
 
89
  elif prompt_id==3:
90
  final_prompt=PromptSet.multiple_container_information_prompt
91
  else:
92
+ final_prompt=inputs
93
 
94
 
95