Back to evaluations
Public evaluation

NavigationQuery

The evaluation will assess the agent's ability to provide accurate, context-aware, and timely navigational and safety assistance via a hands-free voice interface. Focus will be on conversational flow, multimodal understanding, and tool integration correctness.

Evaluation type
task based
Challenge
Gemini-powered Voice Navigator Agent
Difficulty
Advanced
Rigor
Unspecified

Evaluation overview

How the linked challenge is judged: tasks, benchmarks, and criteria count.

Tasks
2
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

NavigationQuery

Evaluates the agent's ability to provide directions and answer navigation-related questions based on simulated real-time location.

Input format

{ "user_utterance": "string", "current_location": { "latitude": "float", "longitude": "float" }, "current_activity": "string" }

Output format

{ "agent_response": "string", "api_calls_made": "array" }

Task 2

SafetyAlertResponse

Tests the agent's ability to detect potential hazards (simulated) and provide appropriate safety warnings or actions.

Input format

{ "user_utterance": "string", "current_location": { "latitude": "float", "longitude": "float" }, "detected_hazard": "string", "current_activity": "string" }

Output format

{ "agent_response": "string", "safety_action_recommended": "string" }