microsoft/Generative AI Evaluation Action
Conduct a quality and safety evaluation of generative AI models and applications using the Azure AI Evaluation SDK.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 2, 2024
- License
- MIT
Pinned Snippet
uses: microsoft/genai-evals@ff74a8db55fb7f44a6e2a567eef220733d2e2a78 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| evaluate-configuration | The configuration for the evaluation. | yes | — |
| show-summary | Show the summary of the evaluation. | no | true |
| show-raw-output | Show the raw output of the evaluation. | no | true |
Outputs
| name | description |
|---|---|
| results | The evaluation results. Results are returned in jsonl format |
| summary | The evaluation summary, rendered as a markdown file. |