10 Commits

Author SHA1 Message Date
2287333965 agregado cors para recibir peticiones de otros endpoints distintos 2025-06-11 20:18:41 -06:00
3bd2922e9d arregladas incompatibilidades despues del merge, y ahora ya funciona bien esta vaina 2025-06-06 14:55:08 -06:00
54ef965009 Revert "Merge branch 'main' of https://github.com/josedario87/conversation-layer"
This reverts commit b508bea3dd, reversing
changes made to 4c4052bb64.
2025-06-06 14:49:34 -06:00
5e5c7cd556 ya se puede transcribir mensajes y recibirlos en el agent 2025-06-06 14:43:42 -06:00
google-labs-jules[bot]
5f8ba127ae fix: Update audio download method for WhatsApp messages
This commit modifies the audio download process in `whatsapp-router/src/webhook.ts` to align with the updated nucleo-whatsapp API.

Previously, audio files were downloaded using a direct GET request to the file URL. This has been changed to a POST request to the `/downloadFileWithCredentials` endpoint provided by nucleo-whatsapp.

Key changes:
- Audio files are now downloaded by POSTing to `[OPEN_WA_URL]/downloadFileWithCredentials` with the audio file's URL in the request body.
- The `/downloadFileWithCredentials` endpoint returns a base64 encoded string directly, so the explicit base64 conversion step after downloading has been removed.

This change ensures compatibility with the correct API for fetching message media.
2025-06-06 17:40:56 +00:00
2880b7dbe9 cambiando dev variables 2025-06-06 11:28:21 -06:00
google-labs-jules[bot]
cfbe535747 Revert: Remove tests for WhatsApp audio transcription
This commit removes the Jest unit tests, configuration, and related dependencies that were added for the WhatsApp audio transcription feature.

This is done as per your request due to potential issues with the test execution environment.

The core functionality for audio transcription remains.
2025-06-06 17:19:47 +00:00
41f6ace10a preparado entorno de desarrollo local
All checks were successful
Deploy conversation layer / deploy (push) Successful in 21s
2025-06-04 23:25:57 -06:00
josedario87
0836c086b2 docs: note TypeScript migration 2025-06-04 21:30:07 -06:00
josedario87
ca2384552c Add conversation layer services and compose setup 2025-06-04 18:45:25 -06:00