Use START

This commit is contained in:
William Fu-Hinthorn
2024-08-16 15:43:24 -07:00
parent fc95028738
commit b5429b6342
19 changed files with 114 additions and 434 deletions
+1 -1
View File
@@ -269,7 +269,7 @@
"class State(TypedDict):\n",
" messages: Annotated[list, add_messages]\n",
"\n",
" \n",
"\n",
"async def generation_node(state: Sequence[BaseMessage]):\n",
" return await generate.ainvoke({\"messages\": state})\n",
"\n",