mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
[docs]: minor react change (#24509)
This commit is contained in:
parent
10e3982b59
commit
1318d534af
@ -71,7 +71,7 @@ def create_react_agent(
|
||||
"input": "what's my name?",
|
||||
# Notice that chat_history is a string
|
||||
# since this prompt is aimed at LLMs, not chat models
|
||||
"chat_history": "Human: My name is Bob\nAI: Hello Bob!",
|
||||
"chat_history": "Human: My name is Bob\\nAI: Hello Bob!",
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user