Spaces:
Running
Running
Charles Grandjean
commited on
Commit
·
d0d48bc
1
Parent(s):
892ca64
logging
Browse files- 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
|
| 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":
|