Small clean up

This commit is contained in:
Andras Schmelczer 2026-02-19 22:55:38 +00:00
parent b9f9c3ae50
commit 94ebd0f614
10 changed files with 22 additions and 21 deletions

View file

@ -171,7 +171,7 @@ pub fn build_system_prompt(features: &FeaturesResponse) -> String {
{\"name\": \"Last known price\", \"bound\": \"max\", \"value\": 300000}, \
{\"name\": \"Number of bedrooms & living rooms\", \"bound\": \"min\", \"value\": 4}, \
{\"name\": \"Max available download speed (Mbps)\", \"bound\": \"min\", \"value\": 100}], \
\"enum_filters\": [{\"name\": \"Property type\", \"values\": [\"Flat\"]}], \
\"enum_filters\": [{\"name\": \"Property type\", \"values\": [\"Flats/Maisonettes\"]}], \
\"notes\": \"No filter for: beach proximity\"}"
.to_string(),
);