-
Notifications
You must be signed in to change notification settings - Fork 127
Incorporate evaluation script and GitHub workflow #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
with: | ||
azure-aiproject-connection-string: ${{ vars.AZURE_EXISTING_AIPROJECT_CONNECTION_STRING || vars.AZURE_AIPROJECT_CONNECTION_STRING }} | ||
deployment-name: ${{ vars.AZURE_AI_AGENT_DEPLOYMENT_NAME }} | ||
agent-ids: ${{ vars.AZURE_EXISTING_AGENT_ID || vars.AZURE_AI_AGENT_ID }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make sure AZURE_EXISTING_AGENT_ID
gets written to .env
during startup?
evals/test-data.json
Outdated
@@ -0,0 +1,10 @@ | |||
[ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Update to queries more relevant for this app
tool_call_accuracy = ToolCallAccuracyEvaluator(model_config=model_config) | ||
intent_resolution = IntentResolutionEvaluator(model_config=model_config) | ||
task_adherence = TaskAdherenceEvaluator(model_config=model_config) | ||
results = evaluate( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to make sure both the user (whoever did azd up) has access to storage, otherwise uploading to AI Foundry won't work out of the box
evaluate.py script output looks like this: