浏览代码

Tool Calling with Llama 3.2 3B model

Ankith Gunapal 3 周之前
父节点
当前提交
195302879f
共有 1 个文件被更改,包括 11 次插入12 次删除
  1. 11 12
      end-to-end-use-cases/agents/Agents_Tutorial/tool_calling_google_api.ipynb

+ 11 - 12
end-to-end-use-cases/agents/Agents_Tutorial/tool_calling_google_api.ipynb

@@ -309,7 +309,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 36,
+   "execution_count": 49,
    "id": "a75b7fac-7553-40e5-aedd-67ebdc98cce7",
    "metadata": {},
    "outputs": [],
@@ -357,7 +357,7 @@
     "  SYSTEM_PROMPT2 = \"\"\"\n",
     "\n",
     "  You are a helpful assistant.\n",
-    "  Here are the tools you have access to: google_contact and google_calendar which you can use for ONLY doing MATH operations:\n",
+    "  Here are the tools you have access to: google_contact and google_calendar which you can use for ONLY setting up meetings:\n",
     "  Use the function 'google_contact' to: look up a name and get the email address\n",
     "  {\n",
     "    \"name\": \"google_contact\",\n",
@@ -438,7 +438,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 44,
+   "execution_count": 50,
    "id": "48a57e28-82cf-4f8f-b9ac-2b357f7aea7e",
    "metadata": {},
    "outputs": [],
@@ -448,7 +448,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 45,
+   "execution_count": 51,
    "id": "f3c35189-4152-45a8-81ab-386466d6284c",
    "metadata": {},
    "outputs": [],
@@ -474,7 +474,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 46,
+   "execution_count": 52,
    "id": "58801f79-08eb-49f2-bb35-aff1e026e41c",
    "metadata": {},
    "outputs": [
@@ -514,7 +514,6 @@
       " general\n",
       "\n",
       "\n",
-      "\n",
       "-----------------------------------------------------\n",
       "SECOND PASS\n",
       "-----------------------------------------------------\n",
@@ -526,7 +525,7 @@
       "Question: Tell me about Paris \n",
       "\n",
       " Answer:\n",
-      "Paris, the capital city of France, is known for its stunning architecture, art museums, fashion, and romantic atmosphere. The Eiffel Tower, a iconic symbol of the city, stands tall at 324 meters. The city is home to numerous museums, including the Louvre, which houses the Mona Lisa. The Seine River runs through the city, offering scenic views and boat tours. Paris is also famous for its fashion and cuisine, with many high-end boutiques and Michelin-starred\n"
+      " Paris, the City of Light, is the capital of France. Known for its stunning architecture, art museums, and romantic atmosphere, Paris is a popular tourist destination. The city is famous for its iconic landmarks such as the Eiffel Tower, Notre-Dame Cathedral, and the Louvre Museum, which houses the Mona Lisa. Paris is also renowned for its fashion, cuisine, and wine. The city's charming streets and historic neighborhoods, like Montmartre and Le Marais, offer a glimpse\n"
      ]
     }
    ],
@@ -568,7 +567,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 40,
+   "execution_count": 53,
    "id": "437a1467-ff3c-4559-b778-fe725045b0ac",
    "metadata": {},
    "outputs": [],
@@ -578,7 +577,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 41,
+   "execution_count": 54,
    "id": "e346c0de-1fd4-43a5-b067-6347a4a87f83",
    "metadata": {},
    "outputs": [],
@@ -604,7 +603,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": 43,
+   "execution_count": 55,
    "id": "fe5c51e0-facb-4889-9bea-0496db6b15d7",
    "metadata": {},
    "outputs": [
@@ -649,7 +648,7 @@
       "\n",
       "\n",
       "  You are a helpful assistant.\n",
-      "  Here are the tools you have access to: google_contact and google_calendar which you can use for ONLY doing MATH operations:\n",
+      "  Here are the tools you have access to: google_contact and google_calendar which you can use for ONLY setting up meetings:\n",
       "  Use the function 'google_contact' to: look up a name and get the email address\n",
       "  {\n",
       "    \"name\": \"google_contact\",\n",
@@ -724,7 +723,7 @@
       "-----------------------------------------------------\n",
       "\n",
       "Event created with John Constantine with email constantine@example.com on Mar 31 at 5:30 pm: \n",
-      " https://www.google.com/calendar/event?eid=cnQxbW1namNibXA4Yzk3aDN2ZXNnbm5mZGMgYW5raXRodGVzdHRvb2xAbQ\n"
+      " https://www.google.com/calendar/event?eid=MG1rMnBsbzRvaGYwdXUzc2tydnZvNGZyNWMgYW5raXRodGVzdHRvb2xAbQ\n"
      ]
     }
    ],