Skip to content

Commit ed062f1

Browse files
authored
Remove extra spaces and redundant code block
1 parent f6a6971 commit ed062f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/ai-foundry/how-to/develop/agent-evaluate-sdk.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ import os
7373
from azure.ai.evaluation import AzureOpenAIModelConfiguration
7474
from azure.identity import DefaultAzureCredential
7575
from azure.ai.evaluation import IntentResolutionEvaluator, ResponseCompletenessEvaluator
76-
77-
76+
7877
model_config = AzureOpenAIModelConfiguration(
7978
azure_endpoint=os.environ["AZURE_OPENAI_ENDPOINT"],
8079
api_key=os.environ["AZURE_OPENAI_API_KEY"],
@@ -101,8 +100,6 @@ result = response_completeness_evaluator(
101100
print(result)
102101
```
103102

104-
```
105-
106103
Examples of `tool_calls` and `tool_definitions` for `ToolCallAccuracyEvaluator`:
107104

108105
```python

0 commit comments

Comments
 (0)