Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.meetzy.io/llms.txt

Use this file to discover all available pages before exploring further.

What is the Playground?

The Playground is an enhanced testing environment in the Advanced Editor where you can interact with your agent in real-time. It allows you to simulate conversations, test different scenarios, and validate your agent’s behavior before deploying to production, all while leveraging AI streaming capabilities and advanced voice commands.
Testing in the Playground saves time and money by catching issues before they affect real customer calls, with enhanced debugging capabilities through AI streaming and real-time statistics.

Enhanced Editor Integration

The Playground now benefits from the Advanced Editor’s improved interface, including:
  • AI Streaming: Real-time AI responses with streaming capabilities for faster feedback
  • Voice Commands: Use Cmd+Shift+V for hands-free voice recording and testing
  • Statistics Widgets: Live performance metrics and real-time debugging information
  • View Controls: Use outline, indented view, and minimap for better code navigation
  • Diff Mode: Compare changes with inline/split view options when working with versions
  • Focus Mode: Minimize distractions while testing
  • Collaborative Testing: Multiple users can test simultaneously with real-time sync

Accessing the Playground

The Playground is located in the right panel of the Advanced Editor. Click the “Playground” tab to access it.
1

Navigate to Advanced Editor

Open your agent in the Advanced Editor.
2

Open Playground

Click the “Playground” tab in the right panel.
3

Configure View

Use the editor view controls (outline, minimap, focus mode) to optimize your workspace.
4

Enable AI Streaming

Toggle on AI streaming for real-time responses during testing.

AI Streaming Capabilities

The Playground now supports advanced AI streaming features:

Real-time Response Streaming

  • Live Generation: See AI responses being generated in real-time
  • Token-by-Token Display: Watch the conversation unfold naturally
  • Interruption Support: Stop generation mid-stream if needed
  • Performance Metrics: Monitor response time and token usage

Statistics Widgets

Real-time widgets display crucial metrics during testing:
  • Response Time: Live latency measurements
  • Token Usage: Input/output token consumption
  • Memory Usage: Current conversation context size
  • Streaming Rate: Tokens per second generation speed
Statistics widgets update in real-time and may impact performance during intensive testing sessions. Toggle them off for maximum speed.

Voice Commands Integration

Voice Recording (Cmd+Shift+V)

The Playground features enhanced voice input capabilities:
1

Activate Voice Recording

Press Cmd+Shift+V (Mac) or Ctrl+Shift+V (Windows) to start recording.
2

Speak Your Input

The system will capture and transcribe your voice in real-time.
3

Review Transcription

See live transcription with confidence indicators.
4

Send or Edit

Either send directly or edit the transcribed text before submission.

Voice Command Features

FeatureDescriptionKeyboard Shortcut
🎤 Quick RecordStart/stop voice recordingCmd+Shift+V
🔄 Re-recordClear and start new recordingCmd+Shift+R
⏸️ Pause/ResumePause recording without stoppingSpacebar (during recording)
🔊 PlaybackHear your recorded audioCmd+Shift+P
📝 Edit ModeSwitch to text editingEscape
Voice commands work with multiple languages and automatically adapt to your agent’s language settings.

Call Types with Streaming Support

You can simulate two types of calls with enhanced AI streaming:
TypeDescriptionAI FeaturesVoice Commands
📞 InboundCustomer calling your agentReal-time greeting generationVoice input testing
📤 OutboundAgent calling a customerStreaming introductionsVoice script validation
Use streaming mode to test how your agent handles interruptions and overlapping speech, crucial for real phone conversations.

Enhanced Testing Interface

Monaco Editor with AI Integration

The Playground now features advanced editor capabilities:
  • Live Code Analysis: Real-time syntax validation
  • Smart Suggestions: AI-powered completion
  • Error Detection: Instant feedback on configuration issues
  • Performance Hints: Optimization suggestions

Advanced Message Input

Text Input with AI Assistance

Type messages with enhanced AI support:
  • Auto-completion: Smart suggestions based on context
  • Grammar Check: Real-time language validation
  • Intent Detection: Preview how the agent will interpret your input
  • Template Suggestions: Common testing phrases

Enhanced Voice Input

Click the microphone icon or use Cmd+Shift+V for advanced voice features:
1

Start Voice Recording

Activate with keyboard shortcut or button click.
2

Real-time Transcription

See words appear as you speak with confidence indicators.
3

Language Auto-Detection

System automatically detects and switches languages.
4

Voice Enhancement

AI cleans up transcription for better testing accuracy.
5

Agent Processing

Watch streaming response generation in real-time.

Real-time Conversation Visualization

The enhanced conversation view displays:
ElementDescriptionStreaming Features
👤 User MessageYour inputs with typing indicatorsLive transcription display
🤖 Agent MessageStreaming AI responsesToken-by-token generation
🎙️ Voice InputAudio waveforms and transcriptionReal-time speech recognition
🔧 Tool CallFunction calls with streaming parametersLive parameter generation
✅ Tool ResultResponse with streaming dataProgressive result display

Audio Playback with AI Enhancement

For each agent response, you can:
  • ▶️ Play streaming audio responses
  • ⏸️ Pause/resume during playback
  • 🔁 Replay with different voice settings
  • 📊 Compare audio quality across versions
  • 🎛️ Adjust playback speed and tone
  • 📈 View audio analytics and clarity metrics

Statistics Dashboard

Live Performance Monitoring

The playground features comprehensive real-time statistics:
  • Latency Tracking: Response time distribution
  • Token Efficiency: Input/output ratio analysis
  • Streaming Performance: Generation speed metrics
  • Error Rates: Failed response tracking
  • Recognition Accuracy: Transcription confidence scores
  • Audio Quality: Input clarity measurements
  • Response Clarity: Generated audio quality metrics
  • Language Detection: Confidence in language identification
  • Turn Analysis: Conversation rhythm tracking
  • Context Retention: Memory usage over time
  • Topic Coherence: Subject consistency scoring
  • User Engagement: Interaction quality metrics
  • Memory Consumption: Real-time usage tracking
  • Processing Load: System resource monitoring
  • Network Performance: Connection quality metrics
  • Cache Efficiency: Response caching effectiveness

Context Variables with AI Enhancement

Test dynamic variables with intelligent assistance:
1

Open Enhanced Context Panel

Access context variables with AI-powered validation.
2

Smart Value Generation

Use AI to generate realistic test values for your variables.
3

Voice Variable Input

Speak variable values using voice commands.
4

Real-time Validation

See instant feedback on variable format and content.

Enhanced Context Management

{
  "customer_name": "John Smith",
  "order_number": "ORD-12345", 
  "is_premium_customer": true,
  "account_balance": 1250.50,
  "_ai_context": {
    "streaming_enabled": true,
    "voice_commands_active": true,
    "statistics_level": "detailed",
    "real_time_metrics": true
  },
  "_voice_settings": {
    "input_language": "auto-detect",
    "transcription_confidence": 0.95,
    "voice_enhancement": true
  }
}

Reliability Testing with AI Insights

Run comprehensive tests with AI-powered analysis:
1

Configure Advanced Scenario

Set up test with AI-generated edge cases.
2

Enable Streaming Mode

Test with real-time response generation.
3

Set Voice Parameters

Configure voice input variations for testing.
4

Run AI-Enhanced Test

Execute with streaming metrics and voice analysis.
5

Analyze AI Insights

Review detailed performance analysis and suggestions.
AI-enhanced reliability tests consume more resources. Consider running during off-peak hours for best results.

Voice Command Reference

Global Commands (Available Anywhere)

CommandActionKeyboard Shortcut
”Start recording”Begin voice inputCmd+Shift+V
”Stop recording”End voice captureCmd+Shift+V again
”Clear input”Reset current inputCmd+Shift+C
”Send message”Submit current inputCmd+Enter
”Show statistics”Toggle stats panelCmd+Shift+S
”Focus mode”Enter distraction-free testingCmd+Shift+F

Context-Specific Commands

ContextCommandResult
Voice Recording”Pause”Pause recording without losing content
Voice Recording”Resume”Continue recording from pause
Voice Recording”Delete last word”Remove last spoken word
Voice Recording”Start over”Clear and restart recording
Testing Session”Run test”Execute current test scenario
Testing Session”Show metrics”Display performance dashboard

Advanced Features

AI-Powered Test Generation

Let AI create test scenarios for you:
1

Enable AI Test Generator

Activate intelligent scenario creation.
2

Specify Test Goals

Describe what you want to test using voice or text.
3

Review Generated Scenarios

AI creates comprehensive test cases with edge conditions.
4

Execute with Streaming

Run tests with real-time monitoring and voice interaction.

Collaborative Voice Testing

Multiple team members can test together:
  • Shared Voice Sessions: Multiple users can provide voice input
  • Real-time Transcription Sharing: See all participants’ input
  • Collective Statistics: Combined performance metrics
  • Voice Queue Management: Organized turn-taking for voice input

Intelligent Error Detection

AI continuously monitors for issues:
  • Response Quality: Automatic coherence checking
  • Performance Degradation: Real-time slowdown detection
  • Voice Recognition Errors: Transcription accuracy monitoring
  • Context Loss: Memory management issue detection

Best Practices for AI Streaming

  • Enable streaming only when needed for faster basic testing
  • Use statistics widgets selectively to avoid performance impact
  • Close unnecessary browser tabs during intensive testing
  • Test with realistic network conditions
  • Speak clearly and at moderate pace for better recognition
  • Use consistent terminology for reliable command recognition
  • Test in quiet environments for optimal transcription
  • Configure microphone permissions before testing sessions
  • Establish voice command protocols with team members
  • Use shared statistics to identify performance trends
  • Coordinate testing schedules to avoid resource conflicts
  • Document findings using voice annotations
  • Monitor system resources during extended testing
  • Use batch testing for high-volume scenarios
  • Cache frequently tested scenarios for faster access
  • Clean up test data regularly to maintain performance

Troubleshooting Enhanced Features

IssueSolutionAI Feature
Voice not recognizedCheck microphone permissions and speak clearlyUse voice enhancement settings
Slow streamingDisable unnecessary statistics widgetsEnable performance optimization mode
Statistics not updatingRefresh statistics panel or restart testingAI will auto-detect and suggest fixes
Collaborative sync issuesCheck network connection and user permissionsReal-time conflict resolution
Memory usage highClear conversation history and restart sessionAI memory management suggestions

Integration with Advanced Systems

AI Streaming Integration

  • Real-time Sync: Streaming reflects current version state instantly
  • Change Detection: Visual indicators for modifications during streaming
  • Performance Optimization: AI adjusts streaming rate based on system performance
  • Quality Assurance: Continuous monitoring of stream quality

Voice Command Integration

  • Cross-Platform Support: Works across different operating systems
  • Language Adaptation: Automatically adapts to user’s preferred language
  • Context Awareness: Commands change based on current testing phase
  • Learning System: AI learns from your voice patterns for better recognition

Next Steps

AI Copilot Integration

Get AI assistance with enhanced prompt analysis and voice-powered coding

Statistics & Analytics

Deep dive into performance metrics and AI-powered insights

Voice Configuration

Configure advanced voice commands and speech recognition settings

Collaborative Features

Set up team testing sessions with shared voice and streaming capabilities