Merge pull request #397 from alejandrogarcia-hub/main

Fix minor type in LangGraph notebook agent prompt
This commit is contained in:
Sergio Paniego Blanco
2025-04-02 10:00:11 +02:00
committed by GitHub

View File

@@ -159,7 +159,7 @@
"Body: {email['body']}\n",
"\n",
"First, determine if this email is spam.\n",
"answer with SPAM or HAM if it's legitimate. Only reurn the answer\n",
"answer with SPAM or HAM if it's legitimate. Only return the answer\n",
"Answer :\n",
" \"\"\"\n",
" messages = [HumanMessage(content=prompt)]\n",