We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fd578 commit 3a38604Copy full SHA for 3a38604
langchain/agents/react/base.py
@@ -15,7 +15,7 @@
15
16
17
class ReActDocstoreAgent(Agent, BaseModel):
18
- """Agent for the ReAct chin."""
+ """Agent for the ReAct chain."""
19
20
@classmethod
21
def create_prompt(cls, tools: List[Tool]) -> BasePromptTemplate:
0 commit comments