Skip to content

Commit e0947bb

Browse files
committed
fix link
1 parent d1d082b commit e0947bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/how-to/evaluation-github-action.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The input of ai-agent-evals includes:
4949
- `deployment-name`: the deployed model name.
5050
- `data-path`: Path to the input data file containing the conversation starters. Each conversation starter is sent to each agent for a pairwise comparison of evaluation results.
5151
- `evaluators`: built-in evaluator names.
52-
- `data`: a set of conversation starters/queries and ground truth. Ground-truth is optional and only required for a subset of evaluators. (See which [evaluator requires ground-truth](./develop/evaluate-sd.md#data-requirements-for-built-in-evaluators))
52+
- `data`: a set of conversation starters/queries and ground truth. Ground-truth is optional and only required for a subset of evaluators. (See which [evaluator requires ground-truth](./develop/evaluate-sdk.md#data-requirements-for-built-in-evaluators))
5353
- Only single agent turn is supported.
5454
- `agent-ids`: a unique identifier for the agent and comma-separated list of agent IDs to evaluate.
5555
- When only one `agent-id` is specified, the evaluation results include the absolute values for each metric along with the corresponding confidence intervals.
@@ -159,7 +159,7 @@ The input of genai-evals includes (some of them are optional depending on the ev
159159

160160
Evaluation configuration file:
161161

162-
- `data`: a set of queries and ground truth. Ground-truth is optional and only required for a subset of evaluators. (See which [evaluator requires ground-truth](./develop/evaluate-sd.md#data-requirements-for-built-in-evaluators)).
162+
- `data`: a set of queries and ground truth. Ground-truth is optional and only required for a subset of evaluators. (See which [evaluator requires ground-truth](./develop/evaluate-sdk.md#data-requirements-for-built-in-evaluators)).
163163

164164
Here's a sample of the dataset:
165165

0 commit comments

Comments
 (0)