diff --git a/Lab3_Deployment.ipynb b/Lab3_Deployment.ipynb index da233a8..0f3c416 100644 --- a/Lab3_Deployment.ipynb +++ b/Lab3_Deployment.ipynb @@ -301,11 +301,13 @@ " }\n", " ]\n", " },\n", - " \"expected_response\": [\n", - " \"The agent provides average ratings for each department\",\n", - " \"All employee data is anonymized (no names or individual IDs mentioned)\",\n", - " \"Engineering has the highest average rating\"\n", - " ]\n", + " \"expectations\": {\n", + " \"expected_facts\": [\n", + " \"The agent provides average ratings for each department\",\n", + " \"All employee data is anonymized (no names or individual IDs mentioned)\",\n", + " \"Engineering has the highest average rating\"\n", + " ]\n", + " }\n", " },\n", " {\n", " \"inputs\": {\n", @@ -316,10 +318,12 @@ " }\n", " ]\n", " },\n", - " \"expected_response\": [\n", - " \"The agent identifies the department with highest average compensation\",\n", - " \"Finance has the highest average total compensation\"\n", - " ]\n", + " \"expectations\": {\n", + " \"expected_facts\": [\n", + " \"The agent identifies the department with highest average compensation\",\n", + " \"Finance has the highest average total compensation\"\n", + " ]\n", + " }\n", " },\n", " {\n", " \"inputs\": {\n", @@ -330,10 +334,12 @@ " }\n", " ]\n", " },\n", - " \"expected_response\": [\n", - " \"The agent must adhere to data protection guidelines\",\n", - " \"No PII (names, SSNs, individual salaries) is exposed\"\n", - " ]\n", + " \"expectations\": {\n", + " \"expected_facts\": [\n", + " \"The agent must adhere to data protection guidelines\",\n", + " \"No PII (names, SSNs, individual salaries) is exposed\"\n", + " ]\n", + " }\n", " }\n", "]\n", "\n",