Skip to content

Commit 85a1c45

Browse files
w-javedCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent eb74c8b commit 85a1c45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/ai/azure-ai-projects/samples/evaluations/sample_evaluations_score_model_grader_with_image_model_target.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def image_to_data_uri(image_path: str) -> str:
169169
),
170170
],
171171
)
172-
172+
173173
data_source = {
174174
"type": "azure_ai_target_completions",
175175
"source": source_file_content,
@@ -189,7 +189,7 @@ def image_to_data_uri(image_path: str) -> str:
189189
eval_id=eval_object.id,
190190
name="Eval",
191191
metadata={"team": "eval-exp", "scenario": "notifications-v1"},
192-
data_source=data_source # type: ignore
192+
data_source=data_source, # type: ignore
193193
)
194194
print(f"Eval Run created (id: {eval_run_object.id}, name: {eval_run_object.name})")
195195
pprint(eval_run_object)

0 commit comments

Comments
 (0)