Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wabinyai committed Mar 8, 2025
1 parent 24270e1 commit e05ee1c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/spatial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,23 @@ Ensure latitude and longitude have high precision (up to six decimal places) for

---

### **Chatbot Tool**

The Chatbot Tool provides a conversational interface for users to interact with the AirQo platform and receive information about air quality and related topics.

```http
POST http://127.0.0.1:5000/api/v2/spatial/chat
```

##### Example Request Body
```json
{
"grid_id": "659d036497e611001236cd1b",
"start_time": "2024-12-01T00:00",
"end_time": "2025-03-06T00:00",
"prompt":"with 300 words, write the air quality report "
}
```

This README provides an overview of the setup, API endpoints, and example requests. For further details, consult the official AirQo API documentation.

0 comments on commit e05ee1c

Please sign in to comment.