mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +00:00
Fix typo (#705)
This commit is contained in:
parent
66fd57878a
commit
3a38604f07
@ -15,7 +15,7 @@ from langchain.prompts.base import BasePromptTemplate
|
||||
|
||||
|
||||
class ReActDocstoreAgent(Agent, BaseModel):
|
||||
"""Agent for the ReAct chin."""
|
||||
"""Agent for the ReAct chain."""
|
||||
|
||||
@classmethod
|
||||
def create_prompt(cls, tools: List[Tool]) -> BasePromptTemplate:
|
||||
|
Loading…
Reference in New Issue
Block a user