Skip to content

Commit

Permalink
Update langgraph_agentic_rag.ipynb (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonvanzyl authored Oct 3, 2024
1 parent a1b226c commit 6943c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rag/langgraph_agentic_rag.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"\n",
"const GraphState = Annotation.Root({\n",
" messages: Annotation<BaseMessage[]>({\n",
" value: (x, y) => x.concat(y),\n",
" reducer: (x, y) => x.concat(y),\n",
" default: () => [],\n",
" })\n",
"})"
Expand Down

0 comments on commit 6943c50

Please sign in to comment.