Skip to content

Commit b1ab91d

Browse files
authored
Update observability.md
1 parent 53d8364 commit b1ab91d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/concepts/observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To learn more, see [Textual similarity evaluators](./evaluation-evaluators/textu
6161
|--|--|--|
6262
| Retrieval | Measures how effectively the system retrieves relevant information. | Query , context |
6363
| Document Retrieval | Measures accuracy in retrieval results given ground truth. | Ground truth , retrieved documents, |
64-
| Groundedness | Measures how consistent the response is with respect to the retrieved context. | (optional) Query, context, response |
64+
| Groundedness | Measures how consistent the response is with respect to the retrieved context. | Query (optional), context, response |
6565
| Groundedness Pro | Measures whether the response is consistent with respect to the retrieved context. | Query, context, response |
6666
| Relevance | Measures how relevant the response is with respect to the query. | Query, response|
6767
| Response Completeness | Measures to what extent the response is complete (not missing critical information) with respect to the ground truth. | Response, ground truth |
@@ -88,7 +88,7 @@ To learn more, see [Risk and safety evaluators](./evaluation-evaluators/risk-saf
8888
| Evaluator | Purpose | Inputs |
8989
|--|--|--|
9090
| Intent Resolution | Measures how accurately the agent identifies and addresses user intentions.| Query, response |
91-
| Task Adherence | Measures how well the agent follows through on identified tasks. | Query, response, (optional) tool_definitions |
91+
| Task Adherence | Measures how well the agent follows through on identified tasks. | Query, response, tool definitions (optional) |
9292
| Tool Call Accuracy | Measures how well the agent selects and calls the correct tools to.| Query, either response or tool calls, tool definitions |
9393

9494
To learn more, see [Agent evaluators](./evaluation-evaluators/agent-evaluators.md).

0 commit comments

Comments
 (0)