mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 11:47:51 +02:00
docs: run codespell on all notebooks (#736)
* run codespell on all notebooks * fix codespell
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
"text": [
|
||||
"Metadata: Run ID - c64b3e27-c7a4-4851-9618-07641fa24296\n",
|
||||
"--------------------------------------------------\n",
|
||||
"Human: whats the weather in sf\n",
|
||||
"Human: what's the weather in sf\n",
|
||||
"--------------------------------------------------\n",
|
||||
"Invalid Tool Calls:\n",
|
||||
"Tool Call ID: call_8XskpDf4mjpQOuIL8F9IzQR8, Function: tavily_search_results_json, Arguments: \n",
|
||||
@@ -205,7 +205,7 @@
|
||||
"Tool Call ID: call_8XskpDf4mjpQOuIL8F9IzQR8, Function: tavily_search_results_json, Arguments: {'query': 'current weather in San Francisco'}\n",
|
||||
"Response Metadata: Finish Reason - tool_calls\n",
|
||||
"--------------------------------------------------\n",
|
||||
"AI: whats the weather in sf\n",
|
||||
"AI: what's the weather in sf\n",
|
||||
"Tool Calls:\n",
|
||||
"Tool Call ID: call_8XskpDf4mjpQOuIL8F9IzQR8, Function: tavily_search_results_json, Arguments: {'query': 'current weather in San Francisco'}\n",
|
||||
"Response Metadata: Finish Reason - tool_calls\n",
|
||||
@@ -1344,7 +1344,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"input = {\"messages\": [{\"role\": \"user\", \"content\": \"whats the weather in sf\"}]}\n",
|
||||
"input = {\"messages\": [{\"role\": \"user\", \"content\": \"what's the weather in sf\"}]}\n",
|
||||
"\n",
|
||||
"async for event in client.runs.stream(thread['thread_id'], assistant['assistant_id'], input=input, stream_mode='messages'):\n",
|
||||
" if event.event == 'metadata':\n",
|
||||
|
||||
Reference in New Issue
Block a user