Charles Grandjean commited on
Commit
d0d48bc
·
1 Parent(s): 892ca64
Files changed (1) hide show
  1. agent_api.py +1 -1
agent_api.py CHANGED
@@ -175,7 +175,7 @@ class CyberLegalAPI:
175
  raise HTTPException(status_code=400, detail=error_msg)
176
 
177
  # Determine user type
178
- logger.info(f"Received request with user_type: {request.userType}")
179
 
180
  # Select appropriate agent
181
  if request.userType == "lawyer":
 
175
  raise HTTPException(status_code=400, detail=error_msg)
176
 
177
  # Determine user type
178
+ logger.info(f"Received request: {request}")
179
 
180
  # Select appropriate agent
181
  if request.userType == "lawyer":