docs: small fix in postgres docs (#1010)

This commit is contained in:
Vadym Barda
2024-07-12 16:27:58 -04:00
committed by GitHub
parent 07c3c5ff6f
commit 4b5152fde5
+2 -2
View File
@@ -259,7 +259,7 @@
" return {\n",
" \"configurable\": {\n",
" \"thread_id\": thread_id,\n",
" \"thread_ts\": checkpoint[\"ts\"],\n",
" \"thread_ts\": checkpoint[\"id\"],\n",
" },\n",
" }\n",
"\n",
@@ -646,7 +646,7 @@
"metadata": {},
"outputs": [
{
"name": "stdin",
"name": "stdout",
"output_type": "stream",
"text": [
"OPENAI_API_KEY: ········\n"