PU
Property UnderwriterCalm intelligence for property risk

ML Assistant

Property Q&A

Ask about flood risk, building age implications, or general hazard context for a property. The backend uses the new /api/ml/property_qa endpoint with local heuristics or your configured remote model.

Responses use the backend risk heuristic when remote inference is unavailable.

Request preview

Payload sent to /api/ml/property_qa

This mirrors exactly what the frontend sends to the new backend endpoint. Use it to debug or plug in a remote model.

1{
2 "question": "Is this property exposed to flood risk or other hazards?"
3 
4}