Typo. Fix from "Unknow" to "Unknown"

This commit is contained in:
rmeijsSdu
2024-12-02 10:20:22 +01:00
parent 8699e5fa87
commit 6d223f5ca0

View File

@@ -245,7 +245,7 @@
" arguments = json.loads(tool_call.function.arguments)\n",
" city = arguments.get('destination_city')\n",
" price = get_ticket_price(city)\n",
" if price != \"Unknow\":\n",
" if price != \"Unknown\":\n",
" ticket_booked = book_ticket(city)\n",
" response = {\n",
" \"role\": \"tool\",\n",