mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 10:43:36 +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?",
|
"input": "what's my name?",
|
||||||
# Notice that chat_history is a string
|
# Notice that chat_history is a string
|
||||||
# since this prompt is aimed at LLMs, not chat models
|
# 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