|
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. |
||
|---|---|---|
| .. | ||
| assistant | ||
| contact_memories | ||
| copilot | ||
| inter | ||
| lifecycle | ||
| llm | ||
| notifications | ||
| onboarding | ||
| payments | ||
| reports | ||
| reservations | ||
| roleta | ||
| tools | ||
| open_ai_message_builder_service.rb | ||
| tool_registry_service.rb | ||