chna
Browse files- app/main.py +1 -1
app/main.py
CHANGED
|
@@ -64,7 +64,7 @@ async def process_complaint(request: MernComplaintRequest):
|
|
| 64 |
"thread_id": request.user_id
|
| 65 |
}
|
| 66 |
}
|
| 67 |
-
final_state = graph.invoke(initial_state, config=config)
|
| 68 |
|
| 69 |
# 3. Extract and return only the required computed parts
|
| 70 |
return ComplaintProcessingResponse(
|
|
|
|
| 64 |
"thread_id": request.user_id
|
| 65 |
}
|
| 66 |
}
|
| 67 |
+
final_state = graph.invoke(initial_state, config=config,debug=True)
|
| 68 |
|
| 69 |
# 3. Extract and return only the required computed parts
|
| 70 |
return ComplaintProcessingResponse(
|