This commit is contained in:
Feynman Liang
2023-01-23 23:08:38 -08:00
committed by GitHub
parent 66fd57878a
commit 3a38604f07

View File

@@ -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: