feat: refine chat — adjust a saved trip by message #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/refine-chat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The original vision's "continue the discussion with the agent" (FR-AGT-21/22), deterministic first.
Changes
TripBuilder::refinetakes theTrip(service loads it);TripStore::update(mem + pg, owner-scoped).refine_triploads the owned trip → quota → refine → persist (refund on failure).POST /trips/:id/refine.Verification
just qagreen (builder 4 tests incl refine). Live: 500€/2 stops → "rends-le plus court" → 200€/1 stop, recomputed + persisted.LLM-driven refine (free-text intents via the agent) layers on later. Traces: FR-AGT-21/22, FR-PRES-7/18.