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.
1 parent f6a6971 commit ed062f1Copy full SHA for ed062f1
articles/ai-foundry/how-to/develop/agent-evaluate-sdk.md
@@ -73,8 +73,7 @@ import os
73
from azure.ai.evaluation import AzureOpenAIModelConfiguration
74
from azure.identity import DefaultAzureCredential
75
from azure.ai.evaluation import IntentResolutionEvaluator, ResponseCompletenessEvaluator
76
-
77
+
78
model_config = AzureOpenAIModelConfiguration(
79
azure_endpoint=os.environ["AZURE_OPENAI_ENDPOINT"],
80
api_key=os.environ["AZURE_OPENAI_API_KEY"],
@@ -101,8 +100,6 @@ result = response_completeness_evaluator(
101
100
print(result)
102
```
103
104
-```
105
106
Examples of `tool_calls` and `tool_definitions` for `ToolCallAccuracyEvaluator`:
107
108
```python
0 commit comments