|
Some checks failed
Previous commit made the extractor reject any reservation-shaped fact without a literal payment confirmation in the conversation. That killed the useful middle ground: a customer who requests a Pix and hasn't paid yet is still a concrete signal worth remembering (for follow-up, interest mapping, CRM). We were going from "hallucinated reservation" to "nothing remembered". Add the intermediate pattern: - Payment confirmed → "Reservou X para Y em DD/MM/AAAA" - Pix generated, no payment yet → "Solicitou Pix para X em DD/MM/AAAA, aguardando pagamento" - Just a price quote → nothing The "aguardando pagamento" suffix is required so the downstream recall never confuses it with a closed reservation. |
||
|---|---|---|
| .. | ||
| app | ||
| config | ||
| lib | ||
| LICENSE | ||
| tasks_railtie.rb | ||