# https://speechgen.io/
Bonjour, je vous confirme que mon prénom est Corinne et mon nom de famille Berthier avec un 'r'. Ci-joint le fichier contenant un scan de ma carte d'identité en tant que justificatif d'identité dans le cadre d'une demande d'octroi de prêt Cétélem.

// CB1
The customer provides an input in JSON format as follows: {
  "CUSTOMER MESSAGE": "Bonjour, je vous confirme que mon prénom est Corinne et mon nom de famille Berthier avec un 'r'. Ci-joint le fichier contenant un scan de ma carte d'identité en tant que justificatif d'identité dans le cadre d'une demande d'octroi de prêt Cétélem.",
  "PERSONAL DATA": "{\"text\": \"RÉPUBLIQUE FRANÇAISE — CARTE NATIONALE D'IDENTITÉ N°: 880692310285 Nationalité Française — BC Nom : BERTHIER — Prénom(s) : CORINNE — Sexe : F Né(e) le : 06.12.1965 — à : PARIS 1ER (75) — Taille : 1M70 — Signature du titulaire : Coriane Berthier — IDFRABERTHIER<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\"}"
}. Detect and count possible inconsistencies between "CUSTOMER MESSAGE" and "PERSONAL DATA". Explain the tangible cause of a possible inconsistency.
In contrast, clearly notify when there is no inconsistency at all without further explanation. Write out a concise summary using the following JSON format:
{count: number, inconsistencies: Array<string>}.

// CB2
The customer provides an input in JSON format as follows: {
  "CUSTOMER MESSAGE": "Bonjour, je vous confirme que mon prénom est Corinne et mon nom de famille Berthier avec un 'r'. Ci-joint le fichier contenant un scan de ma carte d'identité en tant que justificatif d'identité dans le cadre d'une demande d'octroi de prêt Cétélem.",
  "PERSONAL DATA": '{"text": "Adresse : 104 RUE DES FLEURS — 92100 BOULOGNE BILLANCOURT — Carte valable jusqu\'au : 21.06.1998 — délivrée le : 22.06.1988 — par : SOUS-PREFECTURE DE BOULOGNE-BILLANCOURT (92) — Signature de l\'autorité : — PPECIMEN"}'
}. Detect and count possible inconsistencies between "CUSTOMER MESSAGE" and "PERSONAL DATA". Explain the tangible cause of a possible inconsistency.
In contrast, clearly notify when there is no inconsistency at all without further explanation. Write out a concise summary using the following JSON format:
{count: number, inconsistencies: Array<string>}.