Polish agentic chat and move agent to Vertex#487
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can enforce grammar and style rules using `languagetool`.Configure the |
…tic-chat-pr # Conflicts: # echo/frontend/src/locales/de-DE.ts # echo/frontend/src/locales/en-US.ts # echo/frontend/src/locales/es-ES.ts # echo/frontend/src/locales/fr-FR.ts # echo/frontend/src/locales/it-IT.ts # echo/frontend/src/locales/nl-NL.ts
# Conflicts: # echo/frontend/src/components/chat/ChatHistoryMessage.tsx # echo/frontend/src/locales/de-DE.po # echo/frontend/src/locales/de-DE.ts # echo/frontend/src/locales/en-US.po # echo/frontend/src/locales/en-US.ts # echo/frontend/src/locales/es-ES.po # echo/frontend/src/locales/es-ES.ts # echo/frontend/src/locales/fr-FR.po # echo/frontend/src/locales/fr-FR.ts # echo/frontend/src/locales/it-IT.po # echo/frontend/src/locales/it-IT.ts # echo/frontend/src/locales/nl-NL.po # echo/frontend/src/locales/nl-NL.ts
- Added S3 connectivity check functionality in the `ParticipantConversationAudio` component to ensure audio can be saved before recording starts. - Introduced a modal to inform users of S3 connectivity issues and provide a reconnect option. - Updated analytics events to track S3 connectivity failures and reconnect attempts. - Implemented a new API endpoint to generate a presigned PUT URL for S3 reachability checks. This change enhances user experience by preventing audio loss due to connectivity issues and providing clear feedback on connection status.
…491) - Added S3 connectivity check functionality in the `ParticipantConversationAudio` component to ensure audio can be saved before recording starts. - Introduced a modal to inform users of S3 connectivity issues and provide a reconnect option. - Updated analytics events to track S3 connectivity failures and reconnect attempts. - Implemented a new API endpoint to generate a presigned PUT URL for S3 reachability checks. This change enhances user experience by preventing audio loss due to connectivity issues and providing clear feedback on connection status. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added S3 connectivity verification before audio recording begins * Record button shows loading/disabled state while connectivity is checked * Blocking, non-dismissible modal appears on connectivity failure with a “Reconnect” action * Added analytics events for connectivity check failures and reconnect attempts * **Localization** * Added localized strings for the connectivity modal, message, suggestions, and reconnect button across languages <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Summary
Testing