HybridReasoningTest
Evaluation will focus on the assistant's ability to accurately interpret audio commands, effectively utilize hybrid reasoning, and securely integrate with MCP-enabled tools. Performance metrics will assess response time and contextual accuracy.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
HybridReasoningTest
Evaluate the agent's ability to correctly apply instant vs. deep reasoning for different query types.
{'audio_query': 'string', 'query_type': 'instant|deep'}
{'response': 'string', 'reasoning_mode_used': 'string', 'tool_calls': ['string']}
MCPToolInteraction
Assess the agent's capability to securely interact with MCP-enabled personal data tools.
{'audio_command': 'string', 'personal_context': {'calendar_events': 'list', 'email_summary': 'string'}}
{'action_taken': 'string', 'tool_output': 'json', 'confirmation_required': 'boolean'}