Skip to content

Commit 5338865

Browse files
committed
merge
2 parents b93a835 + 6910554 commit 5338865

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

sdk/ai/azure-ai-projects/samples/evaluation/sample_agentic_evaluators/sample_task_adherence.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ def main() -> None:
134134
{
135135
"role": "system",
136136
"content": "You are an expert in literature and can provide book recommendations."
137+
137138
},
138139
{
139140
"createdAt": "2025-03-14T08:00:00Z",

sdk/ai/azure-ai-projects/samples/evaluation/sample_agentic_evaluators/sample_task_navigation_efficiency.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ def main() -> None:
142142
source=SourceFileContent(
143143
type="file_content",
144144
content= [
145-
# SourceFileContentContent(
146-
# item= {
147-
# "response": simple_response,
148-
# "ground_truth": simple_ground_truth
149-
# }
150-
# ),
145+
SourceFileContentContent(
146+
item= {
147+
"response": simple_response,
148+
"ground_truth": simple_ground_truth
149+
}
150+
),
151151
SourceFileContentContent(
152152
item= {
153153
"response": response,

0 commit comments

Comments
 (0)