CodCodingCode commited on
Commit
1875c73
·
1 Parent(s): ceaba60

fixed the formatting output

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -170,7 +170,6 @@ class RoleAgent:
170
  f"[CLEANED RESPONSE] Original length: {len(response)}, Cleaned: '{answer}'"
171
  )
172
 
173
- thinking = "" # For now, we'll focus on getting clean answers
174
  return {"thinking": thinking, "output": answer}
175
 
176
 
 
170
  f"[CLEANED RESPONSE] Original length: {len(response)}, Cleaned: '{answer}'"
171
  )
172
 
 
173
  return {"thinking": thinking, "output": answer}
174
 
175