We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6987c76 + f648e4b commit 3b239b3Copy full SHA for 3b239b3
articles/ai-foundry/how-to/evaluation-github-action.md
@@ -107,6 +107,9 @@ jobs:
107
run-action:
108
runs-on: ubuntu-latest
109
steps:
110
+ - name: Checkout
111
+ uses: actions/checkout@v4
112
+
113
- name: Azure login using Federated Credentials
114
uses: azure/login@v2
115
with:
@@ -115,7 +118,7 @@ jobs:
118
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
116
119
117
120
- name: Run Evaluation
- uses: microsoft/ai-agent-evals@v1
121
+ uses: microsoft/ai-agent-evals@v1-beta
122
123
# Replace placeholders with values for your Azure AI Project
124
azure-aiproject-connection-string: "<your-ai-project-conn-str>"
0 commit comments