Browse Source

Minor improvements

pull/60/head
Edward Donner 5 months ago
parent
commit
effeac88f3
  1. 2
      week2/day5.ipynb

2
week2/day5.ipynb

@ -209,7 +209,7 @@
" response = {\n",
" \"role\": \"tool\",\n",
" \"content\": json.dumps({\"destination_city\": city,\"price\": price}),\n",
" \"tool_call_id\": message.tool_calls[0].id\n",
" \"tool_call_id\": tool_call.id\n",
" }\n",
" return response, city"
]

Loading…
Cancel
Save