Skip to content

Commit 715d8cc

Browse files
committed
Merge main into context-examples: resolve conflicts in .env.sample, pyproject.toml, uv.lock
2 parents d1aff09 + 34412d4 commit 715d8cc

7 files changed

Lines changed: 1192 additions & 33 deletions

File tree

.env.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ OTEL_EXPORTER_OTLP_PROTOCOL=grpc
1818
# Configure for Azure AI Search (used by agent_knowledge_aisearch.py):
1919
AZURE_SEARCH_ENDPOINT=https://YOUR-SEARCH-SERVICE.search.windows.net
2020
AZURE_SEARCH_KNOWLEDGE_BASE_NAME=YOUR-KB-NAME
21+
# Optional: Set to log evaluation results to Azure AI Foundry for rich visualization
22+
AZURE_AI_PROJECT=https://YOUR-ACCOUNT.services.ai.azure.com/api/projects/YOUR-PROJECT

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ You can run the examples in this repository by executing the scripts in the `exa
192192
| [openai_tool_calling.py](examples/openai_tool_calling.py) | Tool calling with the low-level OpenAI SDK, showing manual tool dispatch. |
193193
| [workflow_basic.py](examples/workflow_basic.py) | A workflow-based agent. |
194194
| [agent_otel_aspire.py](examples/agent_otel_aspire.py) | An agent with OpenTelemetry tracing, metrics, and structured logs exported to the [Aspire Dashboard](https://aspire.dev/dashboard/standalone/). |
195+
| [agent_evaluation.py](examples/agent_evaluation.py) | Evaluate a travel planner agent using [Azure AI Evaluation](https://learn.microsoft.com/azure/ai-foundry/concepts/evaluation-evaluators/agent-evaluators) agent evaluators (IntentResolution, ToolCallAccuracy, TaskAdherence, ResponseCompleteness). Optionally set `AZURE_AI_PROJECT` in `.env` to log results to [Azure AI Foundry](https://learn.microsoft.com/azure/ai-foundry/how-to/develop/agent-evaluate-sdk). |
195196
196197
## Using the Aspire Dashboard for telemetry
197198

0 commit comments

Comments
 (0)