Skip to content
Release: Australia · Updated: 2026-03-18 · Official documentation · View source

Reference for agentic evaluations

Find technical reference material for roles, metrics, and output formats of agentic evaluations.

Available metrics

MetricWhat it measuresGround truth required
Task completenessWhether the agentic AI asset fully addresses the user need.Optional
Response accuracyWhether the agentic AI asset's response is factually accurateRecommended
GroundednessWhether the agentic AI asset's response is grounded in the specific context of the taskNo
CoherenceWhether the agentic AI asset's response is logically structured and clearNo
Tool use accuracyWhether the agentic AI asset selected and used the correct tool to execute its tasksOptional
Goal adherenceWhether the agentic AI asset stayed within its defined scope and instructionsNo

Issue types

Issues are broken down by behavior. Each metric has its own issues identified separately.

CategoryAgentic AI asset behavior
Incomplete responseResponse failed to address the user's full request
Factual errorResponse contained content that isn't factually correct
HallucinationResponse contained content not grounded in the specific context of the request
Incoherent outputResponse was disorganized or difficult to understand
Incorrect tool useSelected the wrong tool or passed incorrect parameters to a tool
Scope violationResponded to a request outside its defined operating scope

Data requirements

RequirementDescription
Minimum test casesA minimum number of test cases is required per run. The specific metrics you are using for the run may have their own minimum test cases. Ensure that your dataset meets the requirements for all metrics.
Supported formatsCSV and structured JSON are supported.
Ground truth fieldIf you're using a ground truth, it must be provided as a separate field in the dataset. The ground truth field must be aligned to each test case individually.
Data representativenessDatasets should reflect all of the tasks that the AI agent or agentic workflow will handle. Include edge cases and failure-prone scenarios to help ensure that you're testing against common real-world scenarios.