mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-07 02:07:52 +02:00
docs: run codespell on all notebooks (#736)
* run codespell on all notebooks * fix codespell
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# Let's kick off a run\n",
|
||||
"input = {\"messages\": [{\"role\": \"human\", \"content\": \"whats the weather in sf\"}]}\n",
|
||||
"input = {\"messages\": [{\"role\": \"human\", \"content\": \"what's the weather in sf\"}]}\n",
|
||||
"run = await client.runs.create(thread['thread_id'], assistant[\"assistant_id\"], input=input)\n"
|
||||
]
|
||||
},
|
||||
@@ -213,7 +213,7 @@
|
||||
" 'data': {'chunk': {'messages': [{'id': '46b31c3a-01bf-4946-bd5a-fa6a7f6c97ce',\n",
|
||||
" 'name': None,\n",
|
||||
" 'type': 'human',\n",
|
||||
" 'content': 'whats the weather in sf',\n",
|
||||
" 'content': 'what's the weather in sf',\n",
|
||||
" 'example': False,\n",
|
||||
" 'additional_kwargs': {},\n",
|
||||
" 'response_metadata': {}},\n",
|
||||
@@ -243,7 +243,7 @@
|
||||
" 'event': 'on_chain_end',\n",
|
||||
" 'name': 'agent',\n",
|
||||
" 'data': {'input': {'messages': [{'role': 'human',\n",
|
||||
" 'content': 'whats the weather in sf'}]},\n",
|
||||
" 'content': 'what's the weather in sf'}]},\n",
|
||||
" 'output': {'messages': [{'id': 'run-4885d5a0-cd89-4f00-8558-e85b542a710c',\n",
|
||||
" 'name': None,\n",
|
||||
" 'type': 'ai',\n",
|
||||
@@ -297,7 +297,7 @@
|
||||
" 'data': {'input': {'messages': [{'id': 'abc3581e-417b-4ca1-ab31-de7108e64b3b',\n",
|
||||
" 'name': None,\n",
|
||||
" 'type': 'human',\n",
|
||||
" 'content': 'whats the weather in sf',\n",
|
||||
" 'content': 'what's the weather in sf',\n",
|
||||
" 'example': False,\n",
|
||||
" 'additional_kwargs': {},\n",
|
||||
" 'response_metadata': {}},\n",
|
||||
@@ -330,7 +330,7 @@
|
||||
" 'data': {'input': {'messages': [{'id': 'abc3581e-417b-4ca1-ab31-de7108e64b3b',\n",
|
||||
" 'name': None,\n",
|
||||
" 'type': 'human',\n",
|
||||
" 'content': 'whats the weather in sf',\n",
|
||||
" 'content': 'what's the weather in sf',\n",
|
||||
" 'example': False,\n",
|
||||
" 'additional_kwargs': {},\n",
|
||||
" 'response_metadata': {}},\n",
|
||||
@@ -362,7 +362,7 @@
|
||||
" 'data': {'input': {'messages': [[{'id': None,\n",
|
||||
" 'name': None,\n",
|
||||
" 'type': 'human',\n",
|
||||
" 'content': 'whats the weather in sf',\n",
|
||||
" 'content': 'what's the weather in sf',\n",
|
||||
" 'example': False,\n",
|
||||
" 'additional_kwargs': {},\n",
|
||||
" 'response_metadata': {}}]]},\n",
|
||||
@@ -430,7 +430,7 @@
|
||||
" 'data': {'input': {'messages': [[{'id': None,\n",
|
||||
" 'name': None,\n",
|
||||
" 'type': 'human',\n",
|
||||
" 'content': 'whats the weather in sf',\n",
|
||||
" 'content': 'what's the weather in sf',\n",
|
||||
" 'example': False,\n",
|
||||
" 'additional_kwargs': {},\n",
|
||||
" 'response_metadata': {}}]]}},\n",
|
||||
@@ -520,7 +520,7 @@
|
||||
" 'data': {'output': {'messages': [{'id': '46b31c3a-01bf-4946-bd5a-fa6a7f6c97ce',\n",
|
||||
" 'name': None,\n",
|
||||
" 'type': 'human',\n",
|
||||
" 'content': 'whats the weather in sf',\n",
|
||||
" 'content': 'what's the weather in sf',\n",
|
||||
" 'example': False,\n",
|
||||
" 'additional_kwargs': {},\n",
|
||||
" 'response_metadata': {}},\n",
|
||||
|
||||
Reference in New Issue
Block a user