18 lines
No EOL
618 B
Text
18 lines
No EOL
618 B
Text
```json
|
|
{
|
|
"intent": "READ",
|
|
"entity": "Parzelle",
|
|
"parameters": {
|
|
"kontextGemeinde": "Zürich",
|
|
"aggregation": "count"
|
|
},
|
|
"confidence": 0.95
|
|
}
|
|
```
|
|
|
|
**Explanation:**
|
|
- The user is asking "How many plots are there in Zürich?" which is a READ/query operation
|
|
- The entity is "Parzelle" (plot/parcel) since the user explicitly asks about "Parzellen"
|
|
- The location "Zürich" maps to the `kontextGemeinde` field (municipality)
|
|
- The phrase "Wie viele" (how many) indicates a count aggregation is needed
|
|
- High confidence (0.95) because the intent and entity are clearly stated in German |