improve readability

This commit is contained in:
Gabor Meresz
2024-12-20 12:15:25 +01:00
parent bed454f02d
commit c63837ad12

View File

@@ -214,7 +214,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"
]