Skip to content

Commit

Permalink
Update claude_3_rag_agent.ipynb
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
eltociear committed Apr 19, 2024
1 parent 8a6f072 commit e25341e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/Pinecone/claude_3_rag_agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@
"id": "T3pA0o6ZnrAl"
},
"source": [
"Now we can see that _two_ messages have been added, our `HumanMessage` the the agent's `AIMessage` response. Unfortunately, we cannot send these messages to our XML agent directly. Instead, we need to pass a string in the format:\n",
"Now we can see that _two_ messages have been added, our `HumanMessage` the agent's `AIMessage` response. Unfortunately, we cannot send these messages to our XML agent directly. Instead, we need to pass a string in the format:\n",
"\n",
"```\n",
"Human: {human message}\n",
Expand Down

0 comments on commit e25341e

Please sign in to comment.