@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.
@@ -3198,7 +3198,7 @@ type AgentWidgetStatusIndicatorConfig = {
3198
3198
  type AgentWidgetVoiceRecognitionConfig = {
3199
3199
  enabled?: boolean;
3200
3200
  pauseDuration?: number;
3201
- /** Text shown in the user message placeholder while voice is being processed. Default: "🎤 Processing voice..." */
3201
+ /** Text shown in the user message placeholder while voice is being processed. Default: "Processing voice..." */
3202
3202
  processingText?: string;
3203
3203
  /** Text shown in the assistant message if voice processing fails. Default: "Voice processing failed. Please try again." */
3204
3204
  processingErrorText?: string;
@@ -3198,7 +3198,7 @@ type AgentWidgetStatusIndicatorConfig = {
3198
3198
  type AgentWidgetVoiceRecognitionConfig = {
3199
3199
  enabled?: boolean;
3200
3200
  pauseDuration?: number;
3201
- /** Text shown in the user message placeholder while voice is being processed. Default: "🎤 Processing voice..." */
3201
+ /** Text shown in the user message placeholder while voice is being processed. Default: "Processing voice..." */
3202
3202
  processingText?: string;
3203
3203
  /** Text shown in the assistant message if voice processing fails. Default: "Voice processing failed. Please try again." */
3204
3204
  processingErrorText?: string;