jfolberth/AI Smoke Test
Smoke-test Microsoft Foundry hosted agents: POST prompts from a JSON catalog and assert on the reply text.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_endpoint | Foundry project endpoint URL (e.g. https://<account>.services.ai.azure.com/api/projects/<project>). | yes | — |
| agent_name | Name of the deployed hosted agent to smoke-test. Comma-separated to run the catalog against multiple agents in one invocation (e.g. "agent-a,agent-b"). | yes | — |
| tests_file | Path to the smoke-tests JSON catalog, relative to the caller repository root (checked out by actions/checkout). | yes | — |
| timeout | Per-request timeout in seconds. Defaults to 120 to cover hosted-agent cold start. | no | 120 |
Outputs
no outputs