mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 13:55:03 +00:00
fix typo (#570)
I found a typo, which might be important for a conversational Agent. if My PR is wrong, I am so sorry
This commit is contained in:
parent
6374df5a31
commit
e1f3871a78
@ -20,7 +20,7 @@ Action Input: the input to the action
|
||||
Observation: the result of the action
|
||||
```
|
||||
|
||||
When you have a response to say to the Human, or if you do not need to use a too, you MUST use the format:
|
||||
When you have a response to say to the Human, or if you do not need to use a tool, you MUST use the format:
|
||||
|
||||
```
|
||||
Thought: Do I need to use a tool? No
|
||||
|
Loading…
Reference in New Issue
Block a user