mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-07 10:17:50 +02:00
fmt
This commit is contained in:
@@ -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",
|
||||
")"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user