This commit is contained in:
isaac hershenson
2024-06-18 14:45:06 -07:00
parent 004be5a644
commit ec8fca977e
17 changed files with 202 additions and 125 deletions
+3 -3
View File
@@ -475,9 +475,9 @@
"metadata": {},
"outputs": [],
"source": [
"current_values.values[\"messages\"][-1].tool_calls[0][\"args\"][\n",
" \"query\"\n",
"] = \"weather in San Francisco, Accuweather\""
"current_values.values[\"messages\"][-1].tool_calls[0][\"args\"][\"query\"] = (\n",
" \"weather in San Francisco, Accuweather\"\n",
")"
]
},
{