Skip to content

Commit 3a38604

Browse files
authored
Fix typo (#705)
1 parent 66fd578 commit 3a38604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langchain/agents/react/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
class ReActDocstoreAgent(Agent, BaseModel):
18-
"""Agent for the ReAct chin."""
18+
"""Agent for the ReAct chain."""
1919

2020
@classmethod
2121
def create_prompt(cls, tools: List[Tool]) -> BasePromptTemplate:

0 commit comments

Comments
 (0)