@runtypelabs/persona 4.0.0 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3003,7 +3003,7 @@ type AgentWidgetStatusIndicatorConfig = {
3003
3003
  type AgentWidgetVoiceRecognitionConfig = {
3004
3004
  enabled?: boolean;
3005
3005
  pauseDuration?: number;
3006
- /** Text shown in the user message placeholder while voice is being processed. Default: "🎤 Processing voice..." */
3006
+ /** Text shown in the user message placeholder while voice is being processed. Default: "Processing voice..." */
3007
3007
  processingText?: string;
3008
3008
  /** Text shown in the assistant message if voice processing fails. Default: "Voice processing failed. Please try again." */
3009
3009
  processingErrorText?: string;
@@ -3003,7 +3003,7 @@ type AgentWidgetStatusIndicatorConfig = {
3003
3003
  type AgentWidgetVoiceRecognitionConfig = {
3004
3004
  enabled?: boolean;
3005
3005
  pauseDuration?: number;
3006
- /** Text shown in the user message placeholder while voice is being processed. Default: "🎤 Processing voice..." */
3006
+ /** Text shown in the user message placeholder while voice is being processed. Default: "Processing voice..." */
3007
3007
  processingText?: string;
3008
3008
  /** Text shown in the assistant message if voice processing fails. Default: "Voice processing failed. Please try again." */
3009
3009
  processingErrorText?: string;