mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-07 18:27:52 +02:00
docs: run codespell on all notebooks (#736)
* run codespell on all notebooks * fix codespell
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
"\n",
|
||||
" # To support patch-based retries, we need to be able to\n",
|
||||
" # aggregate the messages over multiple turns.\n",
|
||||
" # The next sequece selects only the relevant messages\n",
|
||||
" # The next sequence selects only the relevant messages\n",
|
||||
" # and then applies the validator\n",
|
||||
" select_messages = retry_strategy.get(\"aggregate_messages\") or _default_aggregator\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user