docs: run codespell on all notebooks (#736)

* run codespell on all notebooks

* fix codespell
This commit is contained in:
Vadym Barda
2024-06-20 21:39:13 -04:00
committed by GitHub
parent cae502b8fe
commit f741fbf92e
20 changed files with 70 additions and 55 deletions
@@ -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",