selim-ba commited on
Commit
211719b
·
verified ·
1 Parent(s): 17b7ba2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ class SuperSmartAgent:
156
  Answer in a single sentence.
157
  """
158
  state["response"] = agent(prompt) # Use the SuperSmartAgent to process the prompt
159
- return state
160
 
161
 
162
  def check_reasoning_needed(state):
 
156
  Answer in a single sentence.
157
  """
158
  state["response"] = agent(prompt) # Use the SuperSmartAgent to process the prompt
159
+ return state
160
 
161
 
162
  def check_reasoning_needed(state):